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) - это расширение Chrome, разработанное Omri Guy, и его основная функция - "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Google Inbox Checker (Inbox by Gmail)

Скачайте файлы расширений 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'"
}