ABV Notifier

Official ABV.bg notifier

什么是ABV Notifier?

ABV Notifier是由Netinfo开发的Chrome扩展程序,该扩展的主要功能是“Official ABV.bg notifier”。

扩展截图

screenshot
screenshot
screenshot

下载ABV Notifier扩展crx文件

下载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"
}