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.

Apa itu I.UA Mail Checker?

I.UA Mail Checker adalah ekstensi Chrome yang dikembangkan oleh https://www.i.ua, dan fitur utamanya adalah "Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi I.UA Mail Checker

Unduh file ekstensi I.UA Mail Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama I.UA Mail Checker I.UA Mail Checker
ID dmpakmbfgeobalplhoohnkjenhkfadbg
URL Resmi https://chromewebstore.google.com/detail/iua-mail-checker/dmpakmbfgeobalplhoohnkjenhkfadbg
Deskripsi Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.
Ukuran File 37.78 KB
Jumlah Instalasi 11,891
Versi Saat Ini 1.3.4
Terakhir Diperbarui 2019-11-05
Tanggal Publikasi 2019-11-05
Penilaian 2.97/5 Total 145 Penilaian
Pengembang https://www.i.ua
Tipe Pembayaran free
URL Halaman Bantuan http://help.i.ua/
Bahasa yang Didukung 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"
}