Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

Mail.BG Mail Notifier/Checker란 무엇입니까?

Mail.BG Mail Notifier/Checker은(는) https://mail.bg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listens for new messages in your Mail.BG mailbox"입니다.

확장 프로그램 스크린샷

screenshot

Mail.BG Mail Notifier/Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will notify you on new mail arrival. Notifications are immediately pushed to the browser vs. being checked for in predefined intervals. No settings are required - just install the extension. It will not disturb you with any sounds or animation.                    

확장 프로그램 기본 정보

이름 Mail.BG Mail Notifier/Checker Mail.BG Mail Notifier/Checker
ID piebfhjfnpgckpegengbagbhnokbflnc
공식 URL https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc
설명 Listens for new messages in your Mail.BG mailbox
파일 크기 10.3 KB
설치 횟수 1,272
현재 버전 0.7.2
최근 업데이트 2014-12-02
출시 날짜 2014-12-02
평점 3.20/5 총 30 개의 평점
개발자 https://mail.bg
결제 유형 free
확장 프로그램 웹 사이트 http://mail.bg
지원되는 언어 en,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mail.BG Mail Notifier\/Checker",
    "version": "0.7.2",
    "default_locale": "bg",
    "description": "__MSG_description__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "mail_bg_inactive.png"
    },
    "icons": {
        "16": "mail_bg_16.png",
        "48": "mail_bg_48.png",
        "128": "mail_bg_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.bg\/*"
            ],
            "js": [
                "content_script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/beta.mail.bg\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "http:\/\/mail.bg\/",
        "https:\/\/mail.bg\/",
        "http:\/\/beta.mail.bg\/",
        "https:\/\/beta.mail.bg\/"
    ]
}