Google Mail Notification Sound
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.
Qu'est-ce que Google Mail Notification Sound ?
Google Mail Notification Sound est une extension Chrome développée par garyclarkson1952, et sa fonction principale est "An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Mail Notification Sound
Téléchargez les fichiers d'extension Google Mail Notification Sound 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
An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. In addition, displays the number of unread e-mail messages within the extension's icon. Clicking on the extension icon will open your e-mail list.
Informations de Base sur l'Extension
Nom | Google Mail Notification Sound |
ID | pbkplelomfmahlbhpekhcgebnhgknhjh |
URL Officiel | https://chromewebstore.google.com/detail/google-mail-notification/pbkplelomfmahlbhpekhcgebnhgknhjh |
Description | An improvement upon the Google Mail Checker extension: plays a notification sound when new, unread e-mails are fetched. |
Taille du Fichier | 98.75 KB |
Nombre d'Installations | 686 |
Version Actuelle | 4.4.0 |
Dernière Mise à Jour | 2020-12-26 |
Date de Publication | 2020-12-26 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | garyclarkson1952 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "gmail_not_logged_in.png" }, "default_locale": "en", "description": "__MSG_gmailcheck_description__", "icons": { "128": "icon_128.png" }, "name": "__MSG_gmailcheck_name__", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*.google.com\/" ], "version": "4.4.0", "manifest_version": 2 } |