Temp Mail
Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email
Temp Mail란 무엇입니까?
Temp Mail은(는) https://temp-mail.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email"입니다.
확장 프로그램 스크린샷
Temp Mail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Temp Mail is temporary email tool which provide you disposable email address. You can use it for registration on any websites, so your real email address will keep clean, because you will not get awful subscriptions which many websites sending very often. And also prevent you from many viruses, malwares, etc. Simply click on the Temp Mail icon to get your email, use this email in what you want, and read message by clicking "Open email".
확장 프로그램 기본 정보
이름 | Temp Mail |
ID | ckcdnopgiijkcoejjophlljlfommgihi |
공식 URL | https://chromewebstore.google.com/detail/temp-mail/ckcdnopgiijkcoejjophlljlfommgihi |
설명 | Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email |
파일 크기 | 291 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.9.9 |
최근 업데이트 | 2023-08-28 |
출시 날짜 | 2020-06-01 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | https://temp-mail.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://temp-mail.io |
도움말 페이지 URL | https://temp-mail.io/faq |
개인정보 보호 정책 페이지 URL | https://temp-mail.io/en/privacy-policy |
지원되는 언어 | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Temp Mail", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/temp-mail.io", "icons": { "16": ".\/icons\/icon-16.png", "48": ".\/icons\/icon-48.png", "64": ".\/icons\/icon-64.png", "128": ".\/icons\/icon-128.png", "256": ".\/icons\/icon-256.png", "512": ".\/icons\/icon-512.png", "1024": ".\/icons\/icon-1024.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_icon": { "16": ".\/icons\/icon-16.png", "20": ".\/icons\/icon-20.png", "24": ".\/icons\/icon-24.png", "32": ".\/icons\/icon-32.png", "40": ".\/icons\/icon-40.png" }, "default_popup": ".\/popup.html", "default_title": "Temp Mail" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/inject.js" ], "css": [ "css\/inject.css" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" } } }, "permissions": [ "storage", "tabs", "contextMenus", "notifications", "https:\/\/www.google-analytics.com\/*" ], "version": "1.9.9", "description": "Temp Mail allows you to easily keep your email address clean and safe from spam and hackers by providing you temporary email", "content_security_policy": "script-src 'self' ; object-src 'self'", "background": { "scripts": [ ".\/js\/background.js" ], "persistent": false } } |