Badge Notifications for Outlook PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Cos'è Badge Notifications for Outlook PWA?
Badge Notifications for Outlook PWA è un'estensione di Chrome sviluppata da iamacarpet, e la sua funzione principale è "A tool to add a pending notification app badge (tested on Chrome OS)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Badge Notifications for Outlook PWA
Scarica i file di estensione Badge Notifications for Outlook PWA 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
Show badge notifications in the dock/shelf when using Outlook as an app (PWA). PWA badge notifications are supported on Windows, macOS and ChromeOS: https://chromestatus.com/feature/6068482055602176
Informazioni di Base sull'Estensione
Nome | Badge Notifications for Outlook PWA |
ID | elfppjipmocfejmaeaebplcimjagkcma |
URL Ufficiale | https://chromewebstore.google.com/detail/badge-notifications-for-o/elfppjipmocfejmaeaebplcimjagkcma |
Descrizione | A tool to add a pending notification app badge (tested on Chrome OS) |
Dimensione del File | 19.11 KB |
Conteggio Installazioni | 218 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2023-12-18 |
Data di Pubblicazione | 2023-07-05 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | iamacarpet |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Badge Notifications for Outlook PWA", "version": "1.6", "description": "A tool to add a pending notification app badge (tested on Chrome OS)", "content_scripts": [ { "matches": [ "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "256": "images\/outlookIcon.png" } } |