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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載I.UA Mail Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Отображает количество непрочитанных сообщений в Вашем почтовом ящике на I.UA. 擴展基本資訊
| 名稱 | |
| ID | dmpakmbfgeobalplhoohnkjenhkfadbg |
| 官方網址 | 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"
} | |