Google Inbox Checker (Inbox by Gmail)

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

O que é Google Inbox Checker (Inbox by Gmail)?

Google Inbox Checker (Inbox by Gmail) é uma extensão do Chrome desenvolvida por Omri Guy, e sua principal característica é "Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Inbox Checker (Inbox by Gmail)

Baixe arquivos de extensão Google Inbox Checker (Inbox by Gmail) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Inbox Checker (Inbox by Gmail) Google Inbox Checker (Inbox by Gmail)
ID ljeebljkookphadpedhmnlokpennimon
URL Oficial https://chromewebstore.google.com/detail/google-inbox-checker-inbo/ljeebljkookphadpedhmnlokpennimon
Descrição Displays the number of unread messages in your Google Inbox with desktop notifications for new emails.
Tamanho do Arquivo 450 KB
Contagem de Instalações 10,925
Versão Atual 1.0.16
Última Atualização 2015-08-14
Data de Publicação 2015-08-14
Classificação 4.14/5 Total de 213 Avaliações
Desenvolvedor Omri Guy
Tipo de Pagamento free
Idiomas Suportados 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'"
}