Notifications and More for Outlook Web App
Display email count on the Outlook web app icon and adds some handy shortcuts
Cos'è Notifications and More for Outlook Web App?
Notifications and More for Outlook Web App è un'estensione di Chrome sviluppata da James Hickmott, e la sua funzione principale è "Display email count on the Outlook web app icon and adds some handy shortcuts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notifications and More for Outlook Web App
Scarica i file di estensione Notifications and More for Outlook Web App 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
Displays the unread email notification count on the outlook web app icon when you have your inbox displayed and the folder view open You must install Outlook as a chrome web app SHORTCUTS Ctrl+Shift+A - Select all emails in a conversation
Informazioni di Base sull'Estensione
Nome | Notifications and More for Outlook Web App |
ID | aldmgmgmjomckcjljebhedkkgbjodbih |
URL Ufficiale | https://chromewebstore.google.com/detail/notifications-and-more-fo/aldmgmgmjomckcjljebhedkkgbjodbih |
Descrizione | Display email count on the Outlook web app icon and adds some handy shortcuts |
Dimensione del File | 57.1 KB |
Conteggio Installazioni | 1,655 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-01-19 |
Data di Pubblicazione | 2021-08-10 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | James Hickmott |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifications and More for Outlook Web App", "description": "Display email count on the Outlook web app icon and adds some handy shortcuts", "version": "1.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/outlook.office.com\/*" ], "js": [ "jquery.1.11.1.min.js", "background.js" ] } ] } |