MailTemp UK

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

Qu'est-ce que MailTemp UK ?

MailTemp UK est une extension Chrome développée par https://mailtemp.uk, et sa fonction principale est "MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MailTemp UK

Téléchargez les fichiers d'extension MailTemp UK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MailTemp UK MailTemp UK
ID bdpnjigfgggbfcnnblefpegiijkhjnno
URL Officiel https://chromewebstore.google.com/detail/mailtemp-uk/bdpnjigfgggbfcnnblefpegiijkhjnno
Description MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.
Taille du Fichier 1.46 MB
Nombre d'Installations 66
Version Actuelle 2.0
Dernière Mise à Jour 2024-01-29
Date de Publication 2020-09-13
Développeur https://mailtemp.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mailtemp.uk
URL de la Page de Politique de Confidentialité https://mailtemp.uk/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}