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