ABV Notifier

Official ABV.bg notifier

Cos'è ABV Notifier?

ABV Notifier è un'estensione di Chrome sviluppata da Netinfo, e la sua funzione principale è "Official ABV.bg notifier".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ABV Notifier

Scarica i file di estensione ABV Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ABV Notifier ABV Notifier
ID glkfpmcniebkbeakjdpobddpjghbapec
URL Ufficiale https://chromewebstore.google.com/detail/abv-notifier/glkfpmcniebkbeakjdpobddpjghbapec
Descrizione Official ABV.bg notifier
Dimensione del File 208 KB
Conteggio Installazioni 30,636
Versione Corrente 2.0.1
Ultimo Aggiornamento 2017-12-15
Data di Pubblicazione 2017-12-15
Valutazione 4.20/5 Totale 71 Valutazioni
Sviluppatore Netinfo
Tipo di Pagamento free
Lingue Supportate 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"
}