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.