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 |
| 官方網址 | 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\/*"
]
}
} | |