Bewertungen für Outlook Web App Notifications
Outlook Web App Notifications von Mihai Chezan
Bewertungen von Carlin
Bewertet mit 4 von 5 Sternen
von Carlin, vor 7 JahrenLike others, I don't like how it counts new emails. I have somewhere around 100k automated and unread emails in various folders and they're all counted, making the count meaningless for me.
Why does this plugin require access to all websites? Can't you filter it down to Outlook only domains?
Why does this plugin require access to all websites? Can't you filter it down to Outlook only domains?
Antwort des Entwicklers
geschrieben am vor 7 JahrenHi,
The extension is activated for all websites which contain "owa" in the url path. More precise, the regex used is: "*://*/owa/*"
This is so because the extension works not only for office365 hosted by Microsoft (https://outlook.live.com/owa/) but also with internal hosted OWA by any company. Also for the enterprise office365 some companies use their own domain.
But if you have any security related concerns, you can build a custom extension just for your domain. The code is here: https://github.com/mihai-chezan/owa_notifications_firefox_extension
You just have to change the manifest.json, the line with ""matches": ["*://*/owa/*"]," and replace it with your domain.
The extension is activated for all websites which contain "owa" in the url path. More precise, the regex used is: "*://*/owa/*"
This is so because the extension works not only for office365 hosted by Microsoft (https://outlook.live.com/owa/) but also with internal hosted OWA by any company. Also for the enterprise office365 some companies use their own domain.
But if you have any security related concerns, you can build a custom extension just for your domain. The code is here: https://github.com/mihai-chezan/owa_notifications_firefox_extension
You just have to change the manifest.json, the line with ""matches": ["*://*/owa/*"]," and replace it with your domain.
36 Bewertungen
- Bewertet mit 1 von 5 Sternenvon Gabriel, vor 9 MonatenLa aplicación no emite ninguna notificación. Muy mala. No la recomiendo
- Bewertet mit 3 von 5 Sternenvon jahlberto, vor 2 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 17349346, vor 3 Jahren
- Bewertet mit 3 von 5 Sternenvon Anderson Apps, vor 3 JahrenComo faço pra para o icone ficar na barra de ferramentas?
- Bewertet mit 5 von 5 Sternenvon Katja , vor 4 Jahren
- Bewertet mit 5 von 5 Sternenvon dewaffled, vor 4 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 15592807, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13682452, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Lara, vor 5 Jahren
- Bewertet mit 5 von 5 Sternenvon Rei Shih, vor 5 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 15077437, vor 5 JahrenDoes what it says, I wish I was able to change the email chime to use the same sound as used in desktop app. I have looked everywhere in browser and extension preferences and unable to locate the setting. I am on on a Mac, hope that it is not an OS specific preference.
- Bewertet mit 5 von 5 Sternenvon Aleksander, vor 6 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 13562563, vor 6 JahrenNone of the presets worked for the unread mail detection, made this custom one:
div[title="Inbox"] > span:nth-child(3) > span - Bewertet mit 5 von 5 Sternenvon R2ROW, vor 6 Jahren
- Bewertet mit 3 von 5 Sternenvon Firefox-Benutzer 15020650, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 13534170, vor 6 Jahren
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 14708620, vor 6 JahrenWorks like it is supposed to. However I notice that it blocks the default sound that OWA makes when a new mail comes in. The sounds comes back when I disable the add-on. I am using office 365 OWA. This add-on will be perfect if it allows both sound and desktop notification.
- Bewertet mit 4 von 5 Sternenvon Firefox-Benutzer 12909416, vor 6 Jahren
- Bewertet mit 1 von 5 Sternenvon Firefox-Benutzer 14610945, vor 6 Jahren
- Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14413699, vor 6 JahrenIt works like a charm :)
I'm on Ubuntu 18.04.1 and Firefox 63.0. I use OWA of Office 365: outlook.office365.com
Note: I had to change the CSS selector in the extension preferences. - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 14344597, vor 7 Jahren
- Bewertet mit 3 von 5 Sternenvon Firefox-Benutzer 14301304, vor 7 JahrenHi there,
It doesn't work for me. I use Outlook Office 365, not OWA, but I have owa in my url, as required by the add-on. Why doesn't it work then? Is it a matter of language (French in my case)?
Please help, this add-on would be really useful for me!
ThanksAntwort des Entwicklers
geschrieben am vor 7 JahrenHi,
Could you try changing the language to english and see if it works that way?