Display Unread Count in Tab for OWA
This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.
Was ist Display Unread Count in Tab for OWA?
Display Unread Count in Tab for OWA ist eine Chrome-Erweiterung, die von Jared Pavan entwickelt wurde, und ihr Hauptmerkmal ist "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.".
Erweiterungsscreenshots
Display Unread Count in Tab for OWA-Erweiterungs-CRX-Datei herunterladen
Laden Sie Display Unread Count in Tab for OWA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
I found myself annoyed by the Outlook Web App because one has to actually click on the OWA tab to see if you have any messages. With this extension, one can work in other tabs and know if they have any messages waiting for them or not. This extension works with the OWA URL format https://*/owa/* Support the development of this extension via Bitcoin or Dogecoin (for transparency)! Bitcoin: 1DjZehKXGKAfecbcDYsjzT7pTmCXt5mFE1 Dogecoin: DPWbVMZespWTk9WVZQ8D5u25EPHvWiDrVn
Grundlegende Informationen zur Erweiterung
Name | Display Unread Count in Tab for OWA |
ID | eelenpkmbodgopefpbdghdmbeakcfnhc |
Offizielle URL | https://chromewebstore.google.com/detail/display-unread-count-in-t/eelenpkmbodgopefpbdghdmbeakcfnhc |
Beschreibung | This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab. |
Dateigröße | 26.93 KB |
Installationsanzahl | 163 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2014-01-03 |
Veröffentlichungsdatum | 2014-01-03 |
Bewertung | 3.88/5 Insgesamt 8 Bewertungen |
Entwickler | Jared Pavan |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pavanjared/OWA-Unread-Message-Count |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Display Unread Count in Tab for OWA", "manifest_version": 2, "version": "1.2.3", "description": "This will check for unread messages when using the Outlook Web App and put the unread count in the Outlook Web App tab.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/owa\/*" ], "js": [ "Unread_Count_OWA.user.js" ] } ] } |