Google Mail Checker
Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
What is Google Mail Checker?
Google Mail Checker is a Chrome extension developed by https://google.com, and its main feature is "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.".
Extension Screenshots
Download Google Mail Checker Extension CRX File
Download Google Mail Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Google Mail Checker |
ID | mihcahmgecmbnbcchbopgniflfhgnkff |
Official URL | https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff |
Description | Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox. |
File Size | 44.44 KB |
Installation Count | 3,190,562 |
Current Version | 4.4.0 |
Last Updated | 2012-10-05 |
Publish Date | 2012-10-04 |
Rating | 4.13/5 Total 26736 Ratings |
Developer | https://google.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |