Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
Qu'est-ce que Email Check ?
Email Check est une extension Chrome développée par inboxmcc, et sa fonction principale est "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Email Check
Téléchargez les fichiers d'extension Email Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Informations de Base sur l'Extension
Nom | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
URL Officiel | https://chromewebstore.google.com/detail/email-check/gkejceagfjohmdikljgfciehjhjphjfd |
Description | Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser |
Taille du Fichier | 27.51 KB |
Nombre d'Installations | 36 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-08-09 |
Date de Publication | 2019-08-08 |
Développeur | inboxmcc |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |