Email Access
Get faster email access. One click email access right from your new tab home page.
O que é Email Access?
Email Access é uma extensão do Chrome desenvolvida por https://emailaccess.zilliuns.com, e sua principal característica é "Get faster email access. One click email access right from your new tab home page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Email Access
Baixe arquivos de extensão Email Access no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jpipjmphjkcejgnkjpfebgfkmnjbonhp |
URL Oficial | https://chromewebstore.google.com/detail/email-access/jpipjmphjkcejgnkjpfebgfkmnjbonhp |
Descrição | Get faster email access. One click email access right from your new tab home page. |
Tamanho do Arquivo | 56.78 KB |
Contagem de Instalações | 87 |
Versão Atual | 1.0.0.2 |
Última Atualização | 2019-11-20 |
Data de Publicação | 2019-11-14 |
Desenvolvedor | https://emailaccess.zilliuns.com |
Tipo de Pagamento | free |
Site da Extensão | http://emailaccess.zilliuns.com |
Idiomas Suportados | 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\/*" ] } } |