Google Mail Checker

Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.

什么是Google Mail Checker?

Google Mail Checker是由https://google.com开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.”。

扩展截图

screenshot
screenshot

下载Google Mail Checker扩展crx文件

下载Google Mail Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Google Mail Checker Google Mail Checker
ID mihcahmgecmbnbcchbopgniflfhgnkff
官方URL https://chromewebstore.google.com/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff
简介 Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.
文件大小 44.44 KB
安装次数 3,190,562
当前版本 4.4.0
更新时间 2012-10-05
上架时间 2012-10-04
评分 4.13/5 共26736次评分
开发者 https://google.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}