Temp Mail by Smailpro
Instantly create a temporary email address to protect you from spam, phishing and malware. No commitments and no risks.
Temp Mail by Smailpro란 무엇입니까?
Temp Mail by Smailpro은(는) https://smailpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly create a temporary email address to protect you from spam, phishing and malware. No commitments and no risks."입니다.
확장 프로그램 스크린샷
Temp Mail by Smailpro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Create temporary emails easily and quickly Just open the tool and you will immediately have a temporary email address to use. The mailbox of that email address is also designed right in the tool, making it even simpler to receive and read messages. 2. The speed of receiving messages of disposable email is very fast Through many tool upgrades, Smailpro now has a very fast message receiving speed. All messages sent to temporary email addresses are measured to be under 10s 3. Delete or restore at any time After using it, you can completely delete that email address permanently or restore it whenever you want. All you need to do is remember the name of the email address you used to use. 4. Protect user identity No one will know who you are, where you come from, what email address you created, what the message read. Even us 5. Domain diversity Currently, we offer a lot of beautiful domain names for temporary email addresses. This gives credibility to the email address when one looks at it. In addition, we also replace or add new domain names regularly to give you a variety of choices.
확장 프로그램 기본 정보
이름 | Temp Mail by Smailpro |
ID | hpjiofbbhffhfeiioadkedhalpijppnk |
공식 URL | https://chromewebstore.google.com/detail/temp-mail-by-smailpro/hpjiofbbhffhfeiioadkedhalpijppnk |
설명 | Instantly create a temporary email address to protect you from spam, phishing and malware. No commitments and no risks. |
파일 크기 | 775 KB |
설치 횟수 | 538 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-11-17 |
출시 날짜 | 2022-11-17 |
개발자 | https://smailpro.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://smailpro.com/ |
도움말 페이지 URL | https://smailpro.com/contact |
개인정보 보호 정책 페이지 URL | https://smailpro.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Temp Mail by Smailpro", "description": "Instantly create a temporary email address to protect you from spam, phishing and malware. No commitments and no risks.", "version": "1.0", "author": "Sonjj", "action": { "default_popup": "index.html", "default_icon": { "20": "icons\/logo-20.png", "40": "icons\/logo-40.png" } }, "background": { "service_worker": "background.js" }, "permissions": [], "content_security_policy": { "script-src": "self", "object-src": "self" } } |