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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย I.UA Mail Checker

ดาวน์โหลดไฟล์ส่วนขยาย I.UA Mail Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Отображает количество непрочитанных сообщений в Вашем почтовом ящике на 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"
}