Findtempmail - Fast Temp Mail Generator
Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.
Findtempmail - Fast Temp Mail Generator란 무엇입니까?
Findtempmail - Fast Temp Mail Generator은(는) https://findtempmail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet."입니다.
확장 프로그램 스크린샷
Findtempmail - Fast Temp Mail Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"FindTempMail by Pinta is a convenient extension for creating a temporary email for a short time. This temporary or disposable mail is suitable for different needs. Use a temporary disposable email to register on various sites and receive emails immediately. So you don't have to use your main email once again, and therefore protect it from spam and viruses. The FindTempMail extension allows you to: - quickly create a temporary mail, - use your own email name and domain, - automatically delete temporary mail, - protect your main email from spam and advertising mailings."
확장 프로그램 기본 정보
이름 | Findtempmail - Fast Temp Mail Generator |
ID | gaknifmpohechngleflmgoehideghdlg |
공식 URL | https://chromewebstore.google.com/detail/findtempmail-fast-temp-ma/gaknifmpohechngleflmgoehideghdlg |
설명 | Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet. |
파일 크기 | 362 KB |
설치 횟수 | 116 |
현재 버전 | 0.0.13 |
최근 업데이트 | 2022-08-30 |
출시 날짜 | 2022-02-15 |
개발자 | https://findtempmail.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://findtempmail.com |
도움말 페이지 URL | https://findtempmail.com/contact |
개인정보 보호 정책 페이지 URL | https://squeezeimg.com/page/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Findtempmail - Fast Temp Mail Generator", "description": "Protect your mail from spam and annoying advertising mailings. Ensure complete anonymity on the Internet.", "version": "0.0.13", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "content_security_policy": [], "background": { "service_worker": "background.js" }, "action": { "default_title": "Findtempmail - Fast Temp Mail Generator", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/findtempmail.com\/", "*:\/\/*\/*" ] } |