Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

O que é Mail.BG Mail Notifier/Checker?

Mail.BG Mail Notifier/Checker é uma extensão do Chrome desenvolvida por https://mail.bg, e sua principal característica é "Listens for new messages in your Mail.BG mailbox".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mail.BG Mail Notifier/Checker

Baixe arquivos de extensão Mail.BG Mail Notifier/Checker 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

                        This extension will notify you on new mail arrival. Notifications are immediately pushed to the browser vs. being checked for in predefined intervals. No settings are required - just install the extension. It will not disturb you with any sounds or animation.                    

Informações Básicas da Extensão

Nome Mail.BG Mail Notifier/Checker Mail.BG Mail Notifier/Checker
ID piebfhjfnpgckpegengbagbhnokbflnc
URL Oficial https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc
Descrição Listens for new messages in your Mail.BG mailbox
Tamanho do Arquivo 10.3 KB
Contagem de Instalações 1,272
Versão Atual 0.7.2
Última Atualização 2014-12-02
Data de Publicação 2014-12-02
Classificação 3.20/5 Total de 30 Avaliações
Desenvolvedor https://mail.bg
Tipo de Pagamento free
Site da Extensão http://mail.bg
Idiomas Suportados en,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mail.BG Mail Notifier\/Checker",
    "version": "0.7.2",
    "default_locale": "bg",
    "description": "__MSG_description__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "mail_bg_inactive.png"
    },
    "icons": {
        "16": "mail_bg_16.png",
        "48": "mail_bg_48.png",
        "128": "mail_bg_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.bg\/*"
            ],
            "js": [
                "content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/beta.mail.bg\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "http:\/\/mail.bg\/",
        "https:\/\/mail.bg\/",
        "http:\/\/beta.mail.bg\/",
        "https:\/\/beta.mail.bg\/"
    ]
}