Temp Inbox - Temporary Email

Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.

O que é Temp Inbox - Temporary Email?

Temp Inbox - Temporary Email é uma extensão do Chrome desenvolvida por https://temp-inbox.com, e sua principal característica é "Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Temp Inbox - Temporary Email

Baixe arquivos de extensão Temp Inbox - Temporary 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

                        Temp Inbox is the premier service for temporary, disposable and throwaway email addresses. Protect your online privacy and avoid spam by not revealing you personal email address to every company and person on the internet who insists on you giving it to them. 

Temporary emails are perfect for any transaction where you want to improve your online privacy.

Many forums, Wi-Fi owners, websites and blogs ask visitors to register before they can view content, post comments or download something. Temp-Inbox - is most advanced throwaway email service that helps you avoid spam and stay safe.

We continuously work hard to give you a disposable email address that works with any site or app. We hope to help give you back the control of deciding who you want to give your personal info to.
 
Protect your personal email address from spam, bots, phishing and other online abuse. Temporary anonymous email address - no commitments and no risks.                    

Informações Básicas da Extensão

Nome Temp Inbox - Temporary Email Temp Inbox - Temporary Email
ID pkogppilonbdpnanlbcofajcdfinbbfl
URL Oficial https://chromewebstore.google.com/detail/temp-inbox-temporary-emai/pkogppilonbdpnanlbcofajcdfinbbfl
Descrição Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.
Tamanho do Arquivo 57.3 KB
Contagem de Instalações 173
Versão Atual 1.1.0
Última Atualização 2023-02-23
Data de Publicação 2021-10-18
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor https://temp-inbox.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://temp-inbox.com
URL da Página de Ajuda https://temp-inbox.com
URL da Página de Política de Privacidade http://www.freevpn.one/privacy.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temp Inbox - Temporary Email",
    "description": "Temp Inbox is a free temporary email service that allows you to receive temp email at a temporary address.",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/image\/logo-16.png",
        "32": "\/image\/logo-32.png",
        "48": "\/image\/logo-48.png",
        "128": "\/image\/logo-128.png"
    },
    "host_permissions": [
        "*:\/\/*.temp-inbox.com\/*"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "scripts": "popup.js",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/logo-16.png",
            "32": "\/image\/logo-32.png",
            "48": "\/image\/logo-48.png",
            "128": "\/image\/logo-128.png"
        }
    }
}