Google Mail Checker
Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
Wat is Google Mail Checker?
Google Mail Checker is een Chrome-extensie ontwikkeld door https://google.com, en de belangrijkste functie is "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Mail Checker
Download Google Mail Checker-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
Basisinformatie over de Extensie
Naam | Google Mail Checker |
ID | mihcahmgecmbnbcchbopgniflfhgnkff |
Officiële URL | https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff |
Beschrijving | Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox. |
Bestandsgrootte | 44.44 KB |
Aantal Installaties | 3,190,562 |
Huidige Versie | 4.4.0 |
Laatst Bijgewerkt | 2012-10-05 |
Publicatiedatum | 2012-10-04 |
Beoordeling | 4.13/5 Totaal 26736 Beoordelingen |
Ontwikkelaar | https://google.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | id,de,en,en-GB,fil,fr,nl,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": "http:\/\/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 } |