Unread count for Outlook
A Chrome plugin to display Outlook unread messages count on the tab.
Cos'è Unread count for Outlook?
Unread count for Outlook è un'estensione di Chrome sviluppata da Francois-Xavier Bonnet, e la sua funzione principale è "A Chrome plugin to display Outlook unread messages count on the tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unread count for Outlook
Scarica i file di estensione Unread count for Outlook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Unread count for Outlook |
ID | jdkiibneihnhojkhlffdlpffimedpanm |
URL Ufficiale | https://chromewebstore.google.com/detail/unread-count-for-outlook/jdkiibneihnhojkhlffdlpffimedpanm |
Descrizione | A Chrome plugin to display Outlook unread messages count on the tab. |
Dimensione del File | 17.43 KB |
Conteggio Installazioni | 735 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2021-10-08 |
Data di Pubblicazione | 2019-07-24 |
Valutazione | 3.00/5 Totale 9 Valutazioni |
Sviluppatore | Francois-Xavier Bonnet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fxbonnet/unread-count-for-outlook |
Lingue Supportate | 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*" ] } |