Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Что такое Email Check?
Email Check - это расширение Chrome, разработанное inboxmcc, и его основная функция - "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Снимки экрана расширения
Скачать файл CRX расширения Email Check
Скачайте файлы расширений Email Check в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Основная информация о расширении
Название | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
Официальный URL | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd |
Описание | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser |
Размер файла | 27.51 KB |
Количество установок | 36 |
Текущая Версия | 2.0 |
Последнее Обновление | 2019-08-09 |
Дата публикации | 2019-08-08 |
Разработчик | inboxmcc |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Check", "description": "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser", "version": "2.0", "default_locale": "en", "manifest_version": 2, "incognito": "split", "background": [], "browser_action": { "default_icon": "icon.png", "default_popup": "html\/popup\/popup.html" }, "permissions": [ "webNavigation" ], "options_ui": { "page": "html\/popup\/description.html", "chrome_style": true }, "web_accessible_resources": [ "*.json" ], "icons": { "128": "icon.png" } } |