Κριτικές για το Outlook Web App Notifications
Outlook Web App Notifications από Mihai Chezan
36 κριτικές
- Βαθμολογία 4 από 5από Χρήστης Firefox 14098406, 7 χρόνια πριν
- Βαθμολογία 3 από 5από Χρήστης Firefox 14059575, 7 χρόνια πρινIt works, but it's REALLY buggy. 'Reminder snooze time' is in centiseconds (??? what ???), setting this field to 0 does NOT disable it (Also this crashes FF), I receive multiple alerts for the same emails, Cannot filter by email folders, etc...
Regardless, it works, so I'm happy, but this Needs Improvement. - Βαθμολογία 1 από 5από Χρήστης Firefox 14037611, 7 χρόνια πρινDont work in Firefox 60 runing in Linux
- Βαθμολογία 1 από 5από KIsscool, 7 χρόνια πρινNe fonctionne pas chez moi . firefox 59.0.3
Il n’apparait nul pas impossible de le configurer a corrigé très vite . - Βαθμολογία 5 από 5από bmiller9, 7 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13927427, 7 χρόνια πρινHi There...that's a good extension.
One thing that's missing is to control the time and frequency the email notification shows up. So, if I have a new email and I've been away from my desk for few minutes the notification only pops-up once for few seconds and then disappears. Is there a way to leave it up there like "forever" (until I close it manually) or make it pop-up every minute or so until I close it?
Thanks.Απάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πρινHi,
Only for reminders there is something like that. I'll think about it if it would make sense to also have it for emails. - Βαθμολογία 1 από 5από Χρήστης Firefox 13861504, 7 χρόνια πρινIt even doesn't appear in the bar after installing. Let alone to notify something.
- Βαθμολογία 5 από 5από Χρήστης Firefox 13776260, 7 χρόνια πριν
- Βαθμολογία 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?Απάντηση προγραμματιστή
δημοσιεύτηκε στις 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.