ABV Notifier

Official ABV.bg notifier

O que é ABV Notifier?

ABV Notifier é uma extensão do Chrome desenvolvida por Netinfo, e sua principal característica é "Official ABV.bg notifier".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ABV Notifier

Baixe arquivos de extensão ABV Notifier 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 notifies you of newly received messages in your ABV email account. 
It supports up to 10 email accounts plus audio and visual notifications.
Login in your mailbox with just one click.                    

Informações Básicas da Extensão

Nome ABV Notifier ABV Notifier
ID glkfpmcniebkbeakjdpobddpjghbapec
URL Oficial https://chromewebstore.google.com/detail/abv-notifier/glkfpmcniebkbeakjdpobddpjghbapec
Descrição Official ABV.bg notifier
Tamanho do Arquivo 208 KB
Contagem de Instalações 30,636
Versão Atual 2.0.1
Última Atualização 2017-12-15
Data de Publicação 2017-12-15
Classificação 4.20/5 Total de 71 Avaliações
Desenvolvedor Netinfo
Tipo de Pagamento free
Idiomas Suportados en,bg
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/jquery-1.9.1.min.js",
            "lib\/crypto-sha1-hmac-pbkdf2-blockmodes-aes.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "i\/abv.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "i\/ico128.png",
        "16": "i\/ico16.png",
        "48": "i\/ico48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "permissions": [
        "idle",
        "alarms",
        "notifications",
        "https:\/\/*.abv.bg\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1"
}