Disposable Temporary E-Mail Address

CrazyMailing - online service that generates disposable temporary Email.

Disposable Temporary E-Mail Address란 무엇입니까?

Disposable Temporary E-Mail Address은(는) https://www.crazymailing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CrazyMailing - online service that generates disposable temporary Email."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Disposable Temporary E-Mail Address 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Crazymailing is free and easy in use online service which generates random temporary Email addresses. This Email addresses will be automatically deleted after a short period of time.

This service can be used for confirming registration on a different sites, if you don't want to use your real Email. Use it for free!

Options
- increment time life of temporary email
- multiplay email accounts
- store expired emails
- right click for fast use                    

확장 프로그램 기본 정보

이름 Disposable Temporary E-Mail Address Disposable Temporary E-Mail Address
ID hemenclonhmnejgolgngjbkmojmcgjnk
공식 URL https://chrome.google.com/webstore/detail/disposable-temporary-e-ma/hemenclonhmnejgolgngjbkmojmcgjnk
설명 CrazyMailing - online service that generates disposable temporary Email.
파일 크기 134 KB
설치 횟수 5,715
현재 버전 0.3.9
최근 업데이트 2016-11-19
출시 날짜 2016-11-19
평점 4.77/5 총 1020 개의 평점
개발자 https://www.crazymailing.com
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/disposable-temporary-e-ma/hemenclonhmnejgolgngjbkmojmcgjnk
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-5FqCksGrzIgAtNavbmT8zNctUibTL9zo++jVP3C+Ces=' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "background",
        "cookies",
        "https:\/\/www.crazymailing.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon_16.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.crazymailing.com",
    "content_scripts": [
        {
            "js": [
                "is_installed.js"
            ],
            "matches": [
                "http:\/\/www.crazymailing.local\/*",
                "https:\/\/www.crazymailing.com\/*"
            ]
        }
    ]
}