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.
Wat is I.UA Mail Checker?
I.UA Mail Checker is een Chrome-extensie ontwikkeld door https://www.i.ua, en de belangrijkste functie is "Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox.".
Extensie Screenshots
Download het CRX-bestand van de extensie I.UA Mail Checker
Download I.UA Mail Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Отображает количество непрочитанных сообщений в Вашем почтовом ящике на I.UA.
Basisinformatie over de Extensie
Naam | I.UA Mail Checker |
ID | dmpakmbfgeobalplhoohnkjenhkfadbg |
Officiële URL | https://chromewebstore.google.com/detail/iua-mail-checker/dmpakmbfgeobalplhoohnkjenhkfadbg |
Beschrijving | Displays the number of unread messages in your I.UA Mailbox. You can also click the button to open your mailbox. |
Bestandsgrootte | 37.78 KB |
Aantal Installaties | 11,891 |
Huidige Versie | 1.3.4 |
Laatst Bijgewerkt | 2019-11-05 |
Publicatiedatum | 2019-11-05 |
Beoordeling | 2.97/5 Totaal 145 Beoordelingen |
Ontwikkelaar | https://www.i.ua |
Betalingswijze | free |
Help Pagina-URL | http://help.i.ua/ |
Ondersteunde Talen | 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" } |