Email Access
Get faster email access. One click email access right from your new tab home page.
Cos'è Email Access?
Email Access è un'estensione di Chrome sviluppata da https://emailaccess.zilliuns.com, e la sua funzione principale è "Get faster email access. One click email access right from your new tab home page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Email Access
Scarica i file di estensione Email Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
URL Ufficiale | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
Descrizione | Get faster email access. One click email access right from your new tab home page. |
Dimensione del File | 56.78 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2019-11-20 |
Data di Pubblicazione | 2019-11-14 |
Sviluppatore | https://emailaccess.zilliuns.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://emailaccess.zilliuns.com |
Lingue Supportate | 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\/*" ] } } |