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.
Cos'è I.UA Mail Checker?
I.UA Mail Checker è un'estensione di Chrome sviluppata da https://www.i.ua, e la sua funzione principale è "Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione I.UA Mail Checker
Scarica i file di estensione I.UA Mail Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Отображает количество непрочитанных сообщений в Вашем почтовом ящике на I.UA.
Informazioni di Base sull'Estensione
Nome | I.UA Mail Checker |
ID | dmpakmbfgeobalplhoohnkjenhkfadbg |
URL Ufficiale | https://chromewebstore.google.com/detail/iua-mail-checker/dmpakmbfgeobalplhoohnkjenhkfadbg |
Descrizione | Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox. |
Dimensione del File | 37.78 KB |
Conteggio Installazioni | 11,891 |
Versione Corrente | 1.3.4 |
Ultimo Aggiornamento | 2019-11-05 |
Data di Pubblicazione | 2019-11-05 |
Valutazione | 2.97/5 Totale 145 Valutazioni |
Sviluppatore | https://www.i.ua |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://help.i.ua/ |
Lingue Supportate | 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" } |