Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
What is Email Check?
Email Check is a Chrome extension developed by inboxmcc, and its main feature is "Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser".
Extension Screenshots
Download Email Check Extension CRX File
Download Email Check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension gives users options to visit popular email providers without setting them as browser homepage or typing the url every single time
Extension Basic Information
Name | Email Check |
ID | gkejceagfjohmdikljgfciehjhjphjfd |
Official URL | 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 |
File Size | 27.51 KB |
Installation Count | 36 |
Current Version | 2.0 |
Last Updated | 2019-08-09 |
Publish Date | 2019-08-08 |
Developer | inboxmcc |
Payment Type | free |
Supported Languages | 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" } } |