MailTemp UK

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

什么是MailTemp UK?

MailTemp UK是由https://mailtemp.uk开发的Chrome扩展程序,该扩展的主要功能是“MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.”。

扩展截图

screenshot

下载MailTemp UK扩展crx文件

下载MailTemp UK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 MailTemp UK MailTemp UK
ID bdpnjigfgggbfcnnblefpegiijkhjnno
官方URL https://chromewebstore.google.com/detail/mailtemp-uk/bdpnjigfgggbfcnnblefpegiijkhjnno
简介 MailTemp Disposable Temporary Email allows you to receive email from a temporary address that self-destructs after a while.
文件大小 1.46 MB
安装次数 66
当前版本 2.0
更新时间 2024-01-29
上架时间 2020-09-13
开发者 https://mailtemp.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mailtemp.uk
隐私政策页面URL https://mailtemp.uk/privacy-policy
支持的语言 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"
            ]
        }
    ]
}