Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

What is Mail.BG Mail Notifier/Checker?

Mail.BG Mail Notifier/Checker is a Chrome extension developed by https://mail.bg, and its main feature is "Listens for new messages in your Mail.BG mailbox".

Extension Screenshots

screenshot

Download Mail.BG Mail Notifier/Checker Extension CRX File

Download Mail.BG Mail Notifier/Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mail.BG Mail Notifier/Checker Mail.BG Mail Notifier/Checker
ID piebfhjfnpgckpegengbagbhnokbflnc
Official URL https://chromewebstore.google.com/detail/mailbg-mail-notifiercheck/piebfhjfnpgckpegengbagbhnokbflnc
Description Listens for new messages in your Mail.BG mailbox
File Size 10.3 KB
Installation Count 1,272
Current Version 0.7.2
Last Updated 2014-12-02
Publish Date 2014-12-02
Rating 3.20/5 Total 30 Ratings
Developer https://mail.bg
Payment Type free
Extension Website http://mail.bg
Supported Languages 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\/"
    ]
}