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.
拡張機能の基本情報
名前 | 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" } |