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.
O que é I.UA Mail Checker?
I.UA Mail Checker é uma extensão do Chrome desenvolvida por https://www.i.ua, e sua principal característica é "Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão I.UA Mail Checker
Baixe arquivos de extensão I.UA Mail Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Отображает количество непрочитанных сообщений в Вашем почтовом ящике на I.UA.
Informações Básicas da Extensão
Nome | I.UA Mail Checker |
ID | dmpakmbfgeobalplhoohnkjenhkfadbg |
URL Oficial | https://chromewebstore.google.com/detail/iua-mail-checker/dmpakmbfgeobalplhoohnkjenhkfadbg |
Descrição | Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox. |
Tamanho do Arquivo | 37.78 KB |
Contagem de Instalações | 11,891 |
Versão Atual | 1.3.4 |
Última Atualização | 2019-11-05 |
Data de Publicação | 2019-11-05 |
Classificação | 2.97/5 Total de 145 Avaliações |
Desenvolvedor | https://www.i.ua |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://help.i.ua/ |
Idiomas Suportados | 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" } |