Temporary Email Generator
Extension to generate temporary email
Temporary Email Generator란 무엇입니까?
Temporary Email Generator은(는) Temporary Email Generator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to generate temporary email"입니다.
확장 프로그램 스크린샷
Temporary Email Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you look temporary email address? Temporary Email Generator app allows you to create unlimited disposable and fake email addresses anonymously and you can get it now. Temporary Email Generator app allows you to create instant random and customized disposable email addresses. You can use them for receiving emails from multiple senders for verification or different proposed emails. It has a Powerful and high-speed email server to receive your emails fast with photos or other attachments. Forget about showing your permanent email to everyone. It pushes ongoing spam, promotion mailings, and phishing attempts and Keeps clean and secure your secret inbox from spam emails. Temporary Email Generator provides you with an anonymous and disposable email address. We provide you secure email server with an elegantly designed temp mail app providing a to z anonymous email experience with creating multiple email addresses. With this fake email and private email app, you can instantly get notifications for coming emails. It's a safe and sound email organizer replacement for your email sender clients. Why choose the Temporary Email Generator app? • Get multiple email addresses with various domains. • Friendly with all iOS devices and lightweight email generator. • Provide a to z temporary, anonymous, and disposable receiving incoming emails with attachments solution anytime mailbox for iOS users. • You can get instant access to your mailbox from multiple devices. • Delete emails securely permanently from the inbox. • It's fully anonymous and secure with your personal data, and If you can delete a disposable email account, then all data will delete automatically. Nowadays, a lot of websites need to sign up with an email address. You want to register on these websites for one-time use. So why use your private email to register and receive spam emails to your inbox and spam folder evermore? You worry about providing your email address to large marketing companies and after you fed up with unlimited promotional emails without your permission. We have a to z solution to this problem with a Temporary Email Generator. You can generate disposable email addresses and provide them, and no need for email unsubscribe. Access Extra features of Temporary Email Generator: • Create & change email addresses anytime with one tap. • Temporary Email Generator has multiple languages you select according to your language. • On/ Off Dark Mode & Notifications. • Try it free with a few ads or remove ads by paying a small amount. We Offer safe and secure service with Powerful technology and disposable fake email technique. It fits your temporary email needs is nicely instinctive and quick at every touchpoint. Get it now Temporary Email Generator on your iOS platform wherever you go. For more visit us Website: https://temporary-email.org Terms of service: https://www.temporary-email.org/en/page/terms-of-service Privacy Policy: https://temporary-email.org/en/page/privacy-policy
확장 프로그램 기본 정보
이름 | Temporary Email Generator |
ID | jiljijalklhdgejjhlnflladjiolhbad |
공식 URL | https://chromewebstore.google.com/detail/temporary-email-generator/jiljijalklhdgejjhlnflladjiolhbad |
설명 | Extension to generate temporary email |
파일 크기 | 335 KB |
설치 횟수 | 2,353 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-02-17 |
출시 날짜 | 2022-02-16 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | Temporary Email Generator |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.temporary-email.org/en/page/terms-of-service |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Temporary Email Generator", "version": "1.1", "description": "Extension to generate temporary email", "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "alarms" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/logo-16.png", "32": "assets\/images\/logo-32.png", "48": "assets\/images\/logo-48.png" } }, "icons": { "16": "assets\/images\/logo-16.png", "32": "assets\/images\/logo-32.png", "128": "assets\/images\/logo-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery-3.6.0.min.js", "assets\/js\/inject.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "assets\/js\/background.js" }, "manifest_version": 3 } |