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.

What is I.UA Mail Checker?

I.UA Mail Checker is a Chrome extension developed by https://www.i.ua, and its main feature is "Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.".

Extension Screenshots

screenshot

Download I.UA Mail Checker Extension CRX File

Download I.UA Mail 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

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

Extension Basic Information

Name I.UA Mail Checker I.UA Mail Checker
ID dmpakmbfgeobalplhoohnkjenhkfadbg
Official URL https://chromewebstore.google.com/detail/iua-mail-checker/dmpakmbfgeobalplhoohnkjenhkfadbg
Description Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.
File Size 37.78 KB
Installation Count 11,891
Current Version 1.3.4
Last Updated 2019-11-05
Publish Date 2019-11-05
Rating 2.97/5 Total 145 Ratings
Developer https://www.i.ua
Payment Type free
Help Page URL http://help.i.ua/
Supported Languages 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"
}