Отзиви за Outlook Web App Notifications
Outlook Web App Notifications от Mihai Chezan
Отзив от Carlin
Оценена с 4 от 5
от Carlin, преди 7 годиниLike 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?
Отговор от разработчика
публикувано на преди 7 годиниHi,
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 отзиви
- Оценена с 1 от 5от Gabriel, преди 9 месецаLa aplicación no emite ninguna notificación. Muy mala. No la recomiendo
- Оценена с 3 от 5от jahlberto, преди 2 години
- Оценена с 5 от 5от Firefox user 17349346, преди 3 години
- Оценена с 3 от 5от Anderson Apps, преди 3 годиниComo faço pra para o icone ficar na barra de ferramentas?
- Оценена с 5 от 5от Katja , преди 4 години
- Оценена с 5 от 5от dewaffled, преди 4 години
- Оценена с 5 от 5от Firefox user 15592807, преди 5 години
- Оценена с 5 от 5от Firefox user 13682452, преди 5 години
- Оценена с 5 от 5от Lara, преди 5 години
- Оценена с 5 от 5от Rei Shih, преди 5 години
- Оценена с 4 от 5от Firefox user 15077437, преди 5 годиниDoes 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.
- Оценена с 5 от 5от Aleksander, преди 6 години
- Оценена с 4 от 5от Firefox user 13562563, преди 6 годиниNone of the presets worked for the unread mail detection, made this custom one:
div[title="Inbox"] > span:nth-child(3) > span - Оценена с 5 от 5от R2ROW, преди 6 години
- Оценена с 3 от 5от Firefox user 15020650, преди 6 години
- Оценена с 5 от 5от Firefox user 13534170, преди 6 години
- Оценена с 4 от 5от Firefox user 14708620, преди 6 годиниWorks 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.
- Оценена с 4 от 5от Firefox user 12909416, преди 6 години
- Оценена с 1 от 5от Firefox user 14610945, преди 6 години
- Оценена с 5 от 5от Firefox user 14413699, преди 7 годиниIt 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. - Оценена с 5 от 5от Firefox user 14344597, преди 7 години
- Оценена с 3 от 5от Firefox user 14301304, преди 7 годиниHi 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!
ThanksОтговор от разработчика
публикувано на преди 7 годиниHi,
Could you try changing the language to english and see if it works that way?