Easy disposable email address

Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.

Easy disposable email address란 무엇입니까?

Easy disposable email address은(는) El Dander에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions."입니다.

확장 프로그램 스크린샷

screenshot

Easy disposable email address 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Need a disposable email address? This extension makes it easy!

Whenever you need a disposable email address, just right click to insert a temporary address and a new tab will open in the background. When you need to check for email, just go to that tab and refresh!

Options page allows you to change the default disposable email address provider. If your default isn't working it will automatically try the others.

This extension won't request access to all your websites - only those providing disposable email - and will only run and take up memory when you use it, thanks to the latest Chrome features.                    

확장 프로그램 기본 정보

이름 Easy disposable email address Easy disposable email address
ID mkpfodpjhekjdhkchalfflggeoamfajh
공식 URL https://chromewebstore.google.com/detail/easy-disposable-email-add/mkpfodpjhekjdhkchalfflggeoamfajh
설명 Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.
파일 크기 20.55 KB
설치 횟수 2,215
현재 버전 1.5
최근 업데이트 2017-02-19
출시 날짜 2017-02-19
평점 4.49/5 총 45 개의 평점
개발자 El Dander
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/el-dander/Easy-disposable-email-address
도움말 페이지 URL https://github.com/el-dander/Easy-disposable-email-address
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "providers.js",
            "background.js"
        ],
        "persistent": false
    },
    "description": "Right click where you need a disposable email address and your temporary inbox loads in the next tab. Requires minimal permissions.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "name": "Easy disposable email address",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/www.dispostable.com\/",
        "http:\/\/mailinator.com\/",
        "http:\/\/mailcatch.com\/",
        "https:\/\/harakirimail.com\/"
    ],
    "version": "1.5"
}