ABV Notifier

Official ABV.bg notifier

ABV Notifier क्या है?

ABV Notifier Netinfo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official ABV.bg notifier"।

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

screenshot
screenshot
screenshot

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

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