Email Check
Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser
什么是Email Check?
Email Check是由inboxmcc开发的Chrome扩展程序,该扩展的主要功能是“Fetches links to all the mails (Gmail, Yahoo, Zoho, AOL, Outlook) with a single link on your browser”。
扩展截图
下载Email Check扩展crx文件
下载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" } } |