Critiques pour Outlook Web App Notifications
Outlook Web App Notifications par Mihai Chezan
Avis de Mihai Chezan
Réponse du développeur
mis en ligne : il y a 7 ansHi,
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 notes
- Noté 1 sur 5par Gabriel, il y a 9 moisLa aplicación no emite ninguna notificación. Muy mala. No la recomiendo
- Noté 3 sur 5par jahlberto, il y a 2 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 17349346 de Firefox, il y a 3 ans
- Noté 3 sur 5par Anderson Apps, il y a 3 ansComo faço pra para o icone ficar na barra de ferramentas?
- Noté 5 sur 5par Katja , il y a 4 ans
- Noté 5 sur 5par dewaffled, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15592807 de Firefox, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13682452 de Firefox, il y a 5 ans
- Noté 5 sur 5par Lara, il y a 5 ans
- Noté 5 sur 5par Rei Shih, il y a 5 ans
- Noté 4 sur 5par Utilisateur ou utilisatrice 15077437 de Firefox, il y a 5 ansDoes 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.
- Noté 5 sur 5par Aleksander, il y a 6 ans
- Noté 4 sur 5par Utilisateur ou utilisatrice 13562563 de Firefox, il y a 6 ansNone of the presets worked for the unread mail detection, made this custom one:
div[title="Inbox"] > span:nth-child(3) > span - Noté 5 sur 5par R2ROW, il y a 6 ans
- Noté 3 sur 5par Utilisateur ou utilisatrice 15020650 de Firefox, il y a 6 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13534170 de Firefox, il y a 6 ans
- Noté 4 sur 5par Utilisateur ou utilisatrice 14708620 de Firefox, il y a 6 ansWorks 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.
- Noté 4 sur 5par Utilisateur ou utilisatrice 12909416 de Firefox, il y a 6 ans
- Noté 1 sur 5par Utilisateur ou utilisatrice 14610945 de Firefox, il y a 6 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 14413699 de Firefox, il y a 6 ansIt 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. - Noté 5 sur 5par Utilisateur ou utilisatrice 14344597 de Firefox, il y a 7 ans
- Noté 3 sur 5par Utilisateur ou utilisatrice 14301304 de Firefox, il y a 7 ansHi 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!
ThanksRéponse du développeur
mis en ligne : il y a 7 ansHi,
Could you try changing the language to english and see if it works that way?