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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listens for new messages in your Mail.BG mailbox"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mail.BG Mail Notifier/Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}