Email Access
Get faster email access. One click email access right from your new tab home page.
Apa itu Email Access?
Email Access adalah ekstensi Chrome yang dikembangkan oleh https://emailaccess.zilliuns.com, dan fitur utamanya adalah "Get faster email access. One click email access right from your new tab home page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Email Access
Unduh file ekstensi Email Access dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
URL Resmi | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
Deskripsi | Get faster email access. One click email access right from your new tab home page. |
Ukuran File | 56.78 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 1.0.0.2 |
Terakhir Diperbarui | 2019-11-20 |
Tanggal Publikasi | 2019-11-14 |
Pengembang | https://emailaccess.zilliuns.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://emailaccess.zilliuns.com |
Bahasa yang Didukung | 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\/*" ] } } |