Gmail app badge notification
Show badge notifications in the taskbar when using Gmail as an app
Qu'est-ce que Gmail app badge notification ?
Gmail app badge notification est une extension Chrome développée par Domenico Gemoli, et sa fonction principale est "Show badge notifications in the taskbar when using Gmail as an app".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail app badge notification
Téléchargez les fichiers d'extension Gmail app badge notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Gmail app badge notification |
ID | fbaolhbfbmniffcokakochjjeccpcpkh |
URL Officiel | https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh |
Description | Show badge notifications in the taskbar when using Gmail as an app |
Taille du Fichier | 11.68 KB |
Nombre d'Installations | 7,141 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-12-06 |
Date de Publication | 2020-05-21 |
Évaluation | 4.81/5 Total 16 Évaluations |
Développeur | Domenico Gemoli |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/aberonni/gmail-app-badge-notification |
URL de la Page d'Aide | https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting |
Langues Prises en Charge | 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" ] } ] } |