Instantly Email
Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…
Instantly Email란 무엇입니까?
Instantly Email은(는) https://www.instantlyemail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your…"입니다.
확장 프로그램 스크린샷
Instantly Email 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your browser. Rather than give spammers your real email address when signing up for websites, forums and other online signups give them a temporary email address from www.instantlyemail.com. Your instant email address lasts for 10 minutes but can be extended for a long as you like.
확장 프로그램 기본 정보
이름 | Instantly Email |
ID | kinbmdcgipnbhildoaaipoikanjbafji |
공식 URL | https://chromewebstore.google.com/detail/instantly-email/kinbmdcgipnbhildoaaipoikanjbafji |
설명 | Use instantly email to create a temporary email address and keep your own safe. Get email arrival notifications right away in your… |
파일 크기 | 18.15 KB |
설치 횟수 | 101 |
현재 버전 | 2.0 |
최근 업데이트 | 2012-10-18 |
출시 날짜 | 2012-10-18 |
평점 | 2.00/5 총 2 개의 평점 |
개발자 | https://www.instantlyemail.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.instantlyemail.com |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instantly Email", "version": "2.0", "minimum_chrome_version": "22", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "background": { "page": "main.html" }, "permissions": [ "http:\/\/www.instantlyemail.com\/", "webNavigation" ], "browser_action": { "default_icon": "icon_16.png", "default_title": "your temporary inbox", "default_popup": "inbox.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |