Email Access
Get faster email access. One click email access right from your new tab home page.
什么是Email Access?
Email Access是由https://emailaccess.zilliuns.com开发的Chrome扩展程序,该扩展的主要功能是“Get faster email access. One click email access right from your new tab home page.”。
扩展截图
下载Email Access扩展crx文件
下载Email Access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Email Access extension and set your new tab page to search.zilliuns.com/email, while also accepting and agreeing to abide by the End User License Agreement (http://emailaccess.zilliuns.com/Terms) and Privacy Policy (http://emailaccess.zilliuns.com/Privacy). Uninstall instructions can be found at http://emailaccess.zilliuns.com/Uninstall
扩展基本信息
名称 | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
官方URL | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
简介 | Get faster email access. One click email access right from your new tab home page. |
文件大小 | 56.78 KB |
安装次数 | 87 |
当前版本 | 1.0.0.2 |
更新时间 | 2019-11-20 |
上架时间 | 2019-11-14 |
开发者 | https://emailaccess.zilliuns.com |
付费类型 | free |
扩展官网 | http://emailaccess.zilliuns.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Access", "version": "1.0.0.2", "description": "Get faster email access. One click email access right from your new tab home page.", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "19favicon.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |