Google Inbox Checker (Inbox by Gmail)
Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Qu'est-ce que Google Inbox Checker (Inbox by Gmail) ?
Google Inbox Checker (Inbox by Gmail) est une extension Chrome développée par Omri Guy, et sa fonction principale est "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Inbox Checker (Inbox by Gmail)
Téléchargez les fichiers d'extension Google Inbox Checker (Inbox by Gmail) 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
Now you can keep track your Google Inbox (Inbox by gmail) unread emails! Shows the number of emails you need to take care of in your Inbox. Desktop and sound notifications for new emails. Option to select the active account for multiple accounts users. Only emails in 'Inbox' label are counted, Ignoring 'Done' and 'Snoozed' labeled emails. Auto-refresh when Google Inbox tab is open.
Informations de Base sur l'Extension
Nom | Google Inbox Checker (Inbox by Gmail) |
ID | ljeebljkookphadpedhmnlokpennimon |
URL Officiel | https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon |
Description | Displays the number of unread messages in your Google Inbox with desktop notifications for new emails. |
Taille du Fichier | 450 KB |
Nombre d'Installations | 10,925 |
Version Actuelle | 1.0.16 |
Dernière Mise à Jour | 2015-08-14 |
Date de Publication | 2015-08-14 |
Évaluation | 4.14/5 Total 213 Évaluations |
Développeur | Omri Guy |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Inbox Checker (Inbox by Gmail)", "description": "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.", "version": "1.0.16", "manifest_version": 2, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "assets\/inbox_not_logged_in.png" }, "icons": { "128": "assets\/icon_128.png", "256": "assets\/icon_256.png" }, "permissions": [ "tabs", "webNavigation", "storage", "notifications", "*:\/\/mail.google.com\/", "*:\/\/inbox.google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com ;object-src 'self'" } |