TMail - Temporary Disposable Email, Temp Mail

Temporary disposable email address. Protect your email from spam, bots and phishing with TMail.

TMail - Temporary Disposable Email, Temp Mail란 무엇입니까?

TMail - Temporary Disposable Email, Temp Mail은(는) sudodk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporary disposable email address. Protect your email from spam, bots and phishing with TMail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TMail - Temporary Disposable Email, Temp Mail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TMail extensions using, you can instantly generate unlimited 100% Free temporary disposable anonymous email address quickly receive emails, including images or any other attachments.

TMail is a lifehack in the digital world. temporary email clean and safe your personal mail or gmail inbox. temp mail or 10minute mail app lets you forget about anonymous endless ads, spam, hacking and phishing attempts in your real inbox. temp-mail as well as stay private while signing up at various apps, games, froum, websites and online services.                    

확장 프로그램 기본 정보

이름 TMail - Temporary Disposable Email, Temp Mail TMail - Temporary Disposable Email, Temp Mail
ID jmmefoocceecemfpjjkhiehnebeehlnn
공식 URL https://chromewebstore.google.com/detail/tmail-temporary-disposabl/jmmefoocceecemfpjjkhiehnebeehlnn
설명 Temporary disposable email address. Protect your email from spam, bots and phishing with TMail.
파일 크기 56.97 KB
설치 횟수 496
현재 버전 1.1
최근 업데이트 2021-11-26
출시 날짜 2021-11-19
평점 5.00/5 총 1 개의 평점
개발자 sudodk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://t-mail.org
개인정보 보호 정책 페이지 URL https://trash-mail.io/privacy-policy
지원되는 언어 de,en,en-GB,en-US,fr,nl,tr,es,it,pl,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TMail",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/t-mail.org",
    "author": "https:\/\/t-mail.org\/",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "icons": {
        "16": "img\/16x16.png",
        "24": "img\/24x24.png",
        "32": "img\/32x32.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16x16.png",
            "24": "img\/24x24.png",
            "32": "img\/32x32.png",
            "48": "img\/48x48.png",
            "128": "img\/128x128.png"
        },
        "default_popup": "popup.html",
        "default_title": "TMail"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+Z",
                "windows": "Ctrl+Shift+Z"
            }
        }
    },
    "permissions": [
        "https:\/\/*.t-mail.org\/*"
    ]
}