Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
Was ist Unread count for Outlook?
Unread count for Outlook ist eine Chrome-Erweiterung, die von Francois-Xavier Bonnet entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome plugin to display Outlook unread messages count on the tab.".
Erweiterungsscreenshots
Unread count for Outlook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unread count for Outlook-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
Just displays the Outlook unread count directly on the tab. No setting required. Supports multiple Outlook accounts opened in multiple tabs. Once the plugin installed, just refresh the tab in order to see the unread count.
Grundlegende Informationen zur Erweiterung
Name | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
Offizielle URL | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
Beschreibung | A Chrome plugin to display Outlook unread messages count on the tab. |
Dateigröße | 17.43 KB |
Installationsanzahl | 735 |
Aktuelle Version | 2.1 |
Letztes Update | 2021-10-08 |
Veröffentlichungsdatum | 2019-07-24 |
Bewertung | 3.00/5 Insgesamt 9 Bewertungen |
Entwickler | Francois-Xavier Bonnet |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/fxbonnet/unread-count-for-outlook |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unread count for Outlook", "manifest_version": 2, "version": "2.1", "description": "A Chrome plugin to display Outlook unread messages count on the tab.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/owa\/*", "https:\/\/*.outlook.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.office.com\/*", "https:\/\/*\/mail\/inbox*" ], "js": [ "favico-0.3.10.min.js", "unread-count-for-outlook.js" ] } ], "permissions": [ "https:\/\/*\/owa\/*", "https:\/\/*.outlook.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/*.office.com\/*", "https:\/\/*\/mail\/inbox*" ] } |