Gmail app badge notification
Show badge notifications in the taskbar when using Gmail as an app
Wat is Gmail app badge notification?
Gmail app badge notification is een Chrome-extensie ontwikkeld door Domenico Gemoli, en de belangrijkste functie is "Show badge notifications in the taskbar when using Gmail as an app".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail app badge notification
Download Gmail app badge notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Gmail app badge notification |
ID | fbaolhbfbmniffcokakochjjeccpcpkh |
Officiële URL | https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh |
Beschrijving | Show badge notifications in the taskbar when using Gmail as an app |
Bestandsgrootte | 11.68 KB |
Aantal Installaties | 7,141 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-12-06 |
Publicatiedatum | 2020-05-21 |
Beoordeling | 4.81/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Domenico Gemoli |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/aberonni/gmail-app-badge-notification |
Help Pagina-URL | https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting |
Ondersteunde Talen | 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" ] } ] } |