ABV Notifier

Official ABV.bg notifier

Что такое ABV Notifier?

ABV Notifier - это расширение Chrome, разработанное Netinfo, и его основная функция - "Official ABV.bg notifier".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ABV Notifier

Скачайте файлы расширений ABV Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ABV Notifier ABV Notifier
ID glkfpmcniebkbeakjdpobddpjghbapec
Официальный URL https://chromewebstore.google.com/detail/abv-notifier/glkfpmcniebkbeakjdpobddpjghbapec
Описание Official ABV.bg notifier
Размер файла 208 KB
Количество установок 30,636
Текущая Версия 2.0.1
Последнее Обновление 2017-12-15
Дата публикации 2017-12-15
Рейтинг 4.20/5 Всего 71 оценок
Разработчик Netinfo
Тип оплаты free
Поддерживаемые языки 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"
}