Mail-Jetable

Temporary Email

Mail-Jetable란 무엇입니까?

Mail-Jetable은(는) https://mail-jetable.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporary Email"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mail-Jetable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The temporary mail app is a handy tool to protect the privacy of users online. Nowadays, email addresses have become a central part of digital life, used to communicate with friends, colleagues, to register on websites, to make online purchases, and much more. However, each time a user shares their personal email address, they run the risk that this information will be misused, or sold to third parties to be used for advertising purposes.

This is where the temporary mail app comes in. It allows the user to create temporary email addresses which can be used to register on websites or communicate with contacts without having to disclose their personal email address. Temporary email addresses are usually active for a limited time, after which they are automatically deleted. In this way, the temporary mail app offers an effective solution to protect users' online privacy.

By using the temporary mail app, the user can maintain their online privacy while enjoying the benefits of email communication. He can register on websites without having to worry that his personal e-mail address will be misused, or to avoid receiving spam and unsolicited e-mails. They can also communicate with contacts without having to reveal their personal email address, which can be particularly useful for casual exchanges or for interactions with people you don't know well.

In summary, the temporary mail app is a convenient and effective tool to protect users' online privacy. It allows you to create temporary e-mail addresses that can be used to register on websites or to communicate with contacts, while avoiding disclosing your personal e-mail address. By using this application, users can feel safer while browsing online and protect their digital privacy.                    

확장 프로그램 기본 정보

이름 Mail-Jetable Mail-Jetable
ID bhgabddjjcdeaobpkdkdiikpmecijeok
공식 URL https://chromewebstore.google.com/detail/mail-jetable/bhgabddjjcdeaobpkdkdiikpmecijeok
설명 Temporary Email
파일 크기 820 KB
설치 횟수 84
현재 버전 1.1.0
최근 업데이트 2023-07-24
출시 날짜 2023-03-12
개발자 https://mail-jetable.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mail-jetable.com
도움말 페이지 URL https://mail-jetable.com
개인정보 보호 정책 페이지 URL https://mail-jetable.com/confidentialite
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail-Jetable",
    "description": "Temporary Email",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/assets\/images\/icon.png",
        "32": ".\/assets\/images\/icon.png",
        "48": ".\/assets\/images\/icon.png",
        "128": ".\/assets\/images\/icon.png"
    },
    "action": {
        "default_popup": "home.html",
        "default_icon": {
            "16": ".\/assets\/images\/icon.png",
            "32": ".\/assets\/images\/icon.png",
            "48": ".\/assets\/images\/icon.png",
            "128": ".\/assets\/images\/icon.png"
        }
    },
    "permissions": [
        "storage"
    ]
}