Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
Qu'est-ce que Unread count for Outlook ?
Unread count for Outlook est une extension Chrome développée par Francois-Xavier Bonnet, et sa fonction principale est "A Chrome plugin to display Outlook unread messages count on the tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unread count for Outlook
Téléchargez les fichiers d'extension Unread count for Outlook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
URL Officiel | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
Description | A Chrome plugin to display Outlook unread messages count on the tab. |
Taille du Fichier | 17.43 KB |
Nombre d'Installations | 735 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2021-10-08 |
Date de Publication | 2019-07-24 |
Évaluation | 3.00/5 Total 9 Évaluations |
Développeur | Francois-Xavier Bonnet |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fxbonnet/unread-count-for-outlook |
Langues Prises en Charge | 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*" ] } |