MailTemp UK

MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.

O que é MailTemp UK?

MailTemp UK é uma extensão do Chrome desenvolvida por https://mailtemp.uk, e sua principal característica é "MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MailTemp UK

Baixe arquivos de extensão MailTemp UK 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

                        Introducing the Ultimate Email Convenience: The MailTemp Chrome Extension

Experience the future of temporary email services with the MailTemp Chrome Extension. Designed for efficiency and ease of use, our extension is a game-changer for anyone who values their online privacy and time.

Why Choose the MailTemp Chrome Extension?

Instant Access: Create disposable email addresses directly from your Chrome browser, no need to navigate to our website. With just a few clicks, secure a new email ID for any online registration, subscription, or temporary communication need.
Real-Time Notifications: Stay updated with real-time notifications for incoming emails. You don’t have to constantly check the website; our extension brings the information right to your browser.
User-Friendly Interface: We’ve designed our extension with simplicity in mind. Its intuitive interface means you can get started right away, without any learning curve.
Enhanced Privacy and Security: Keep your primary email address clean and secure from spam, promotional emails, and potential phishing attacks. With MailTemp, your online interactions remain private and your inbox stays clutter-free.
Free and Easy to Install: Like our email service, the MailTemp Chrome Extension is completely free to use. Installation is quick and straightforward, ensuring you can start using it without any hassle.

How It Works:

Install the MailTemp Chrome Extension from the Chrome Web Store.
Once installed, click on the extension icon in your browser to generate a new temporary email address.
Use this email address as you wish, for sign-ups, registrations, or any other online activity where an email address is required.
Receive and view emails directly through the extension, with alerts notifying you of new messages.

It's that simple! The MailTemp Chrome Extension is your new ally in managing online communications with ease and security. Say goodbye to spam and hello to simplicity.                    

Informações Básicas da Extensão

Nome MailTemp UK MailTemp UK
ID bdpnjigfgggbfcnnblefpegiijkhjnno
URL Oficial https://chromewebstore.google.com/detail/mailtemp-uk/bdpnjigfgggbfcnnblefpegiijkhjnno
Descrição MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 66
Versão Atual 2.0
Última Atualização 2024-01-29
Data de Publicação 2020-09-13
Desenvolvedor https://mailtemp.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mailtemp.uk
URL da Página de Política de Privacidade https://mailtemp.uk/privacy-policy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MailTemp UK",
    "version": "2.0",
    "description": "MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "MailTemp UK"
    },
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "64": "\/64x64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}