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
官方網址 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"
            ]
        }
    ]
}