10 Minutes Email - 10 min disposable email
Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.
10 Minutes Email - 10 min disposable email란 무엇입니까?
10 Minutes Email - 10 min disposable email은(는) https://10minemail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail."입니다.
확장 프로그램 스크린샷
10 Minutes Email - 10 min disposable email 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get your own temporary disposable 10 minute mail address without registration. The extension provides free 10 minute mail service. Disposable email with attachments and very easy to use. How to use ? Install the app to your browser and enjoy temporary 10 minute disposable email addresses without visiting the website itself. Just click the icon in the right upper corner of the browser. A window with new temporary email address will appear in a second. This window will also appear with notifications about new emails in your inbox. Please visit our website for more questions : https://10minEmail.com
확장 프로그램 기본 정보
이름 | 10 Minutes Email - 10 min disposable email |
ID | emhgkpmcjiokblfofahdclcgldgflelc |
공식 URL | https://chromewebstore.google.com/detail/10-minutes-email-10-min-d/emhgkpmcjiokblfofahdclcgldgflelc |
설명 | Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail. |
파일 크기 | 374 KB |
설치 횟수 | 4,000 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-02-07 |
출시 날짜 | 2019-09-20 |
평점 | 4.86/5 총 14 개의 평점 |
개발자 | https://10minemail.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://10minemail.com |
도움말 페이지 URL | https://10minemail.com/en/faq/ |
개인정보 보호 정책 페이지 URL | https://temp-mail.org/privacy-policy |
지원되는 언어 | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "10minemail", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.1.0", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "img\/16x16.png", "128": "img\/128x128.png", "48": "img\/48x48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html", "default_title": "10minemail" }, "web_accessible_resources": [], "permissions": [ "storage", "notifications", "tabs", "contextMenus", "alarms" ], "host_permissions": [ "*:\/\/*.temp-mail.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end", "all_frames": true } ] } |