Email Access
Get faster email access. One click email access right from your new tab home page.
¿Qué es Email Access?
Email Access es una extensión de Chrome desarrollada por https://emailaccess.zilliuns.com, y su función principal es "Get faster email access. One click email access right from your new tab home page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Email Access
Descarga archivos de extensión Email Access en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
URL Oficial | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
Descripción | Get faster email access. One click email access right from your new tab home page. |
Tamaño del Archivo | 56.78 KB |
Cantidad de Instalaciones | 87 |
Versión Actual | 1.0.0.2 |
Última Actualización | 2019-11-20 |
Fecha de Publicación | 2019-11-14 |
Desarrollador | https://emailaccess.zilliuns.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://emailaccess.zilliuns.com |
Idiomas Soportados | 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\/*" ] } } |