One Click Email
Create a temporary email in one click.
One Click Email란 무엇입니까?
One Click Email은(는) nglgzz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a temporary email in one click."입니다.
확장 프로그램 스크린샷
One Click Email 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to create a temporary email with one click. When clicking the extension icon a new email will be generated and the address will be pasted into your clipboard. Once created the email will last 10 minutes, and whenever you click on the timer the time will be reset. You can also read incoming emails in case, for example, you need to verify some registration.
확장 프로그램 기본 정보
이름 | |
ID | coblhbfabgjlofjlbbamhoiikbfpbhdn |
공식 URL | https://chrome.google.com/webstore/detail/one-click-email/coblhbfabgjlofjlbbamhoiikbfpbhdn |
설명 | Create a temporary email in one click. |
파일 크기 | 11.26 KB |
설치 횟수 | 86 |
현재 버전 | 0.4 |
최근 업데이트 | 2017-02-14 |
출시 날짜 | 2017-02-14 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | nglgzz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Email", "short_name": "1Click Email", "description": "Create a temporary email in one click.", "version": "0.4", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "https:\/\/10minutemail.com\/", "clipboardWrite" ], "icons": { "128": "icon128.png" } } |