ABV Notifier

Official ABV.bg notifier

Qu'est-ce que ABV Notifier ?

ABV Notifier est une extension Chrome développée par Netinfo, et sa fonction principale est "Official ABV.bg notifier".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ABV Notifier

Téléchargez les fichiers d'extension ABV Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ABV Notifier ABV Notifier
ID glkfpmcniebkbeakjdpobddpjghbapec
URL Officiel https://chromewebstore.google.com/detail/abv-notifier/glkfpmcniebkbeakjdpobddpjghbapec
Description Official ABV.bg notifier
Taille du Fichier 208 KB
Nombre d'Installations 30,636
Version Actuelle 2.0.1
Dernière Mise à Jour 2017-12-15
Date de Publication 2017-12-15
Évaluation 4.20/5 Total 71 Évaluations
Développeur Netinfo
Type de Paiement free
Langues Prises en Charge 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"
}