Temporary Email - EmailOnDeck

Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit.

Temporary Email - EmailOnDeck란 무엇입니까?

Temporary Email - EmailOnDeck은(는) Lucid LX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit."입니다.

확장 프로그램 스크린샷

screenshot

Temporary Email - EmailOnDeck 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free & fast, temporary emails powered by EmailOnDeck.

This extension does not track, read or view the websites you visit.

Disposable emails help protect your online privacy in a secure, anonymous easy to use way.

We want to help you avoid SPAM, protect your online privacy, and stop you from having to give away your personal email address to every company and person on the internet who insists on you giving it to them. Email On Deck hopes to help give you back the control of deciding who you want to give your personal info to.

Temp emails are perfect for any transaction where you want to improve your online privacy. Use them when you buy or sell Bitcoin or trade cryptocurrency, at exchanges, or locally. They can be used for QA testing of emails, games, quick registrations and even for dating profiles and accounts.

Avoid spam, tracking, and targeted advertisements.                    

확장 프로그램 기본 정보

이름 Temporary Email - EmailOnDeck Temporary Email - EmailOnDeck
ID mkpcaklladfpajiaikehdinfaabmnajh
공식 URL https://chromewebstore.google.com/detail/temporary-email-emailonde/mkpcaklladfpajiaikehdinfaabmnajh
설명 Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit.
파일 크기 21.4 KB
설치 횟수 5,661
현재 버전 1.0.1
최근 업데이트 2023-03-17
출시 날짜 2023-03-15
평점 4.63/5 총 133 개의 평점
개발자 Lucid LX
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.emailondeck.com
도움말 페이지 URL https://www.emailondeck.com/contactus.php
개인정보 보호 정책 페이지 URL https://www.emailondeck.com/terms_of_use.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Temporary Email - EmailOnDeck",
    "description": "Superior Temporary Email Solutions - Extension does not track, read or view the websites you visit.",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "author": {
        "email": "[email protected]"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Temporary Email - EmailOnDeck",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "split",
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.emailondeck.com\/"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    }
}