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\/*" ] } } |