I.UA Mail Checker

Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.

I.UA Mail Checker क्या है?

I.UA Mail Checker https://www.i.ua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox."।

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

screenshot

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

crx प्रारूप में I.UA Mail Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Отображает количество непрочитанных сообщений в Вашем почтовом ящике на I.UA.                    

एक्सटेंशन की मूल जानकारी

नाम I.UA Mail Checker I.UA Mail Checker
ID dmpakmbfgeobalplhoohnkjenhkfadbg
आधिकारिक URL https://chromewebstore.google.com/detail/iua-mail-checker/dmpakmbfgeobalplhoohnkjenhkfadbg
विवरण Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.
फ़ाइल का आकार 37.78 KB
स्थापना संख्या 11,891
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2019-11-05
प्रकाशन तिथि 2019-11-05
रेटिंग 2.97/5 कुल 145 रेटिंग्स
डेवलपर https://www.i.ua
भुगतान के प्रकार free
सहायता पृष्ठ URL http://help.i.ua/
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_iuacheck_name__",
    "version": "1.3.4",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": ""
    },
    "default_locale": "ru",
    "description": "__MSG_iuacheck_description__",
    "icons": {
        "16": "checkerIUA_16.png",
        "48": "checkerIUA_48.png",
        "128": "checkerIUA_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.i.ua\/",
        "notifications"
    ],
    "options_page": "options.html"
}