Protect IID
Minimalistic single-use email address generator.
Protect IID란 무엇입니까?
Protect IID은(는) Liftground에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalistic single-use email address generator."입니다.
확장 프로그램 스크린샷
Protect IID 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimalistic single-use email address generator. The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com. Generating styles: - 2-64 Hash ([email protected]) - Current domain name + 2-32 Hash ([email protected]) - Fake user ([email protected])
확장 프로그램 기본 정보
이름 | Protect IID |
ID | pohhdoefhlffonadgcfpfebhpcecanbm |
공식 URL | https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm |
설명 | Minimalistic single-use email address generator. |
파일 크기 | 52.88 KB |
설치 횟수 | 106 |
현재 버전 | 1.17 |
최근 업데이트 | 2019-02-17 |
출시 날짜 | 2019-02-17 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | Liftground |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://protectiid.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protect IID", "version": "1.17", "description": "Minimalistic single-use email address generator.", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |