Gmail app badge notification
Show badge notifications in the taskbar when using Gmail as an app
Cos'è Gmail app badge notification?
Gmail app badge notification è un'estensione di Chrome sviluppata da Domenico Gemoli, e la sua funzione principale è "Show badge notifications in the taskbar when using Gmail as an app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail app badge notification
Scarica i file di estensione Gmail app badge notification 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
Setup:
1. Install the extension
2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window".
3. Open the newly installed app.
Troubleshooting:
https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting Informazioni di Base sull'Estensione
| Nome | |
| ID | fbaolhbfbmniffcokakochjjeccpcpkh |
| URL Ufficiale | https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh |
| Descrizione | Show badge notifications in the taskbar when using Gmail as an app |
| Dimensione del File | 11.68 KB |
| Conteggio Installazioni | 7,141 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-12-06 |
| Data di Pubblicazione | 2020-05-21 |
| Valutazione | 4.81/5 Totale 16 Valutazioni |
| Sviluppatore | Domenico Gemoli |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/aberonni/gmail-app-badge-notification |
| URL della Pagina di Aiuto | https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail app badge notification",
"version": "1.1.0",
"manifest_version": 3,
"description": "Show badge notifications in the taskbar when using Gmail as an app",
"homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.mail.google.com\/mail\/*"
],
"js": [
"content.js"
]
}
]
} | |