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 |
| 官方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"
} | |