Google Inbox Checker (Inbox by Gmail)

Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.

什么是Google Inbox Checker (Inbox by Gmail)?

Google Inbox Checker (Inbox by Gmail)是由Omri Guy开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.”。

扩展截图

screenshot
screenshot

下载Google Inbox Checker (Inbox by Gmail)扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Inbox Checker (Inbox by Gmail) Google Inbox Checker (Inbox by Gmail)
ID ljeebljkookphadpedhmnlokpennimon
官方URL https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon
简介 Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
文件大小 450 KB
安装次数 10,925
当前版本 1.0.16
更新时间 2015-08-14
上架时间 2015-08-14
评分 4.14/5 共213次评分
开发者 Omri Guy
付费类型 free
支持的语言 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'"
}