One Click Email

Create a temporary email in one click.

O que é One Click Email?

One Click Email é uma extensão do Chrome desenvolvida por nglgzz, e sua principal característica é "Create a temporary email in one click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão One Click Email

Baixe arquivos de extensão One Click Email 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

                        This extension allows you to create a temporary email with one click.

When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. 

Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset.

You can also read incoming emails in case, for example, you need to verify some registration.                    

Informações Básicas da Extensão

Nome One Click Email One Click Email
ID coblhbfabgjlofjlbbamhoiikbfpbhdn
URL Oficial https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn
Descrição Create a temporary email in one click.
Tamanho do Arquivo 11.26 KB
Contagem de Instalações 86
Versão Atual 0.4
Última Atualização 2017-02-14
Data de Publicação 2017-02-14
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor nglgzz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Email",
    "short_name": "1Click Email",
    "description": "Create a temporary email in one click.",
    "version": "0.4",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/10minutemail.com\/",
        "clipboardWrite"
    ],
    "icons": {
        "128": "icon128.png"
    }
}