ABV Notifier

Official ABV.bg notifier

ABV Notifier란 무엇입니까?

ABV Notifier은(는) Netinfo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official ABV.bg notifier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ABV Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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