Outlook Web App Notifications incelemeleri
Outlook Web App Notifications geliştiren: Mihai Chezan
Mihai Chezan adlı kullanıcının yanıtı
Geliştiricinin yanıtı
gönderilme: 7 yıl önceHi,
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 inceleme
- 5 üzerinden 1 puanyazan: Gabriel, 10 ay önceLa aplicación no emite ninguna notificación. Muy mala. No la recomiendo
- 5 üzerinden 3 puanyazan: jahlberto, 2 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 17349346, 3 yıl önce
- 5 üzerinden 3 puanyazan: Anderson Apps, 3 yıl önceComo faço pra para o icone ficar na barra de ferramentas?
- 5 üzerinden 5 puanyazan: Katja , 4 yıl önce
- 5 üzerinden 5 puanyazan: dewaffled, 4 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15592807, 5 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13682452, 5 yıl önce
- 5 üzerinden 5 puanyazan: Lara, 5 yıl önce
- 5 üzerinden 5 puanyazan: Rei Shih, 5 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 15077437, 5 yıl önceDoes 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 üzerinden 5 puanyazan: Aleksander, 6 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13562563, 6 yıl önceNone of the presets worked for the unread mail detection, made this custom one:
div[title="Inbox"] > span:nth-child(3) > span - 5 üzerinden 5 puanyazan: R2ROW, 6 yıl önce
- 5 üzerinden 3 puanyazan: Firefox kullanıcısı 15020650, 6 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13534170, 6 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 14708620, 6 yıl önceWorks 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.
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 12909416, 6 yıl önce
- 5 üzerinden 1 puanyazan: Firefox kullanıcısı 14610945, 6 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14413699, 7 yıl önceIt 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 üzerinden 5 puanyazan: Firefox kullanıcısı 14344597, 7 yıl önce
- 5 üzerinden 3 puanyazan: Firefox kullanıcısı 14301304, 7 yıl önceHi 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!
ThanksGeliştiricinin yanıtı
gönderilme: 7 yıl önceHi,
Could you try changing the language to english and see if it works that way?