Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Co to jest Email Check?
Email Check to rozszerzenie Chrome opracowane przez inboxmcc, a jego główną funkcją jest „Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Email Check
Pobierz pliki rozszerzeń Email Check w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Podstawowe informacje o rozszerzeniu
Nazwa | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
Oficjalny URL | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd |
Opis | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser |
Rozmiar pliku | 27.51 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2019-08-09 |
Data Publikacji | 2019-08-08 |
Deweloper | inboxmcc |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |