TrashMail.com: Create disposable address

Create disposable email addresses.

TrashMail.com: Create disposable address란 무엇입니까?

TrashMail.com: Create disposable address은(는) https://trashmail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create disposable email addresses."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TrashMail.com: Create disposable address 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create free forwarding disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters...                    

확장 프로그램 기본 정보

이름 TrashMail.com: Create disposable address TrashMail.com: Create disposable address
ID fihbdpohplcdnhllhliaeapefmmpcdjo
공식 URL https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo
설명 Create disposable email addresses.
파일 크기 628 KB
설치 횟수 4,274
현재 버전 3.0.1
최근 업데이트 2017-03-29
출시 날짜 2017-03-29
평점 4.35/5 총 17 개의 평점
개발자 https://trashmail.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://trashmail.com
도움말 페이지 URL https://trashmail.com/forum/
개인정보 보호 정책 페이지 URL https://xitroo.com/datenschutz
지원되는 언어 de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "manifest_version": 2,
    "version": "3.0.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "Icon-16.png",
        "19": "Icon-19.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/trashmail.js",
                "js\/console.js",
                "js\/utils.js",
                "js\/content.js",
                "js\/platform.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/Icon-19.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "menu.html"
    }
}