Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Wat is Email Check?
Email Check is een Chrome-extensie ontwikkeld door inboxmcc, en de belangrijkste functie is "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Email Check
Download Email Check-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
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Basisinformatie over de Extensie
Naam | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
Officiële URL | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd |
Beschrijving | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser |
Bestandsgrootte | 27.51 KB |
Aantal Installaties | 36 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-08-09 |
Publicatiedatum | 2019-08-08 |
Ontwikkelaar | inboxmcc |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |