Recenzie doplnku Outlook Web App Notifications
Outlook Web App Notifications Autor: Mihai Chezan
Odpoveď od používateľa Mihai Chezan
Odpoveď od vývojára
uverejnené pred 7 rokmiHi,
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 recenzií
- Hodnotenie: 1 z 5autor: Gabriel, pred 10 mesiacmiLa aplicación no emite ninguna notificación. Muy mala. No la recomiendo
- Hodnotenie: 3 z 5autor: jahlberto, pred 2 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 17349346, pred 3 rokmi
- Hodnotenie: 3 z 5autor: Anderson Apps, pred 3 rokmiComo faço pra para o icone ficar na barra de ferramentas?
- Hodnotenie: 5 z 5autor: Katja , pred 4 rokmi
- Hodnotenie: 5 z 5autor: dewaffled, pred 4 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15592807, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13682452, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Lara, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Rei Shih, pred 5 rokmi
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 15077437, pred 5 rokmiDoes 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.
- Hodnotenie: 5 z 5autor: Aleksander, pred 6 rokmi
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 13562563, pred 6 rokmiNone of the presets worked for the unread mail detection, made this custom one:
div[title="Inbox"] > span:nth-child(3) > span - Hodnotenie: 5 z 5autor: R2ROW, pred 6 rokmi
- Hodnotenie: 3 z 5autor: Používateľ Firefoxu - 15020650, pred 6 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 13534170, pred 6 rokmi
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 14708620, pred 6 rokmiWorks 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.
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 12909416, pred 6 rokmi
- Hodnotenie: 1 z 5autor: Používateľ Firefoxu - 14610945, pred 6 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14413699, pred 7 rokmiIt 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. - Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 14344597, pred 7 rokmi
- Hodnotenie: 3 z 5autor: Používateľ Firefoxu - 14301304, pred 7 rokmiHi 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!
ThanksOdpoveď od vývojára
uverejnené pred 7 rokmiHi,
Could you try changing the language to english and see if it works that way?