GetTempMail.com - Temporary Email
With GetTempMail, you can instantly create a temporary email address for receiving emails.
GetTempMail.com - Temporary Email란 무엇입니까?
GetTempMail.com - Temporary Email은(는) https://gettempmail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With GetTempMail, you can instantly create a temporary email address for receiving emails."입니다.
확장 프로그램 스크린샷
GetTempMail.com - Temporary Email 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With GetTempMail, you can instantly create a temporary email address for receiving emails. Do not disclose your real email address to everyone to protect your privacy and anonymity. GetTempMail app features: 🆓 Free 🌐 Does not require registration ✉️ Instantly create a new email address 📦 Read incoming emails, including attachments ⚙️ Quickly delete and/or create new email addresses 📖 Multi-language support Notes: You can only receive emails. Sending is not possible. Do not use temporary emails for receiving sensitive data or signing in to important accounts. Once removed, emails or domains cannot be restored. Useful links: Application site: https://GetTempMail.com Our site: https://Smied.net Feedback: https://feedback.Smied.net Support: https://help.Smied.net & [email protected] By downloading this app you agree to the license agreement and privacy policy: https://Smied.net/privacy-policy/
확장 프로그램 기본 정보
이름 | GetTempMail.com - Temporary Email |
ID | ikbimiohifgnabgebghajmfipmapbplm |
공식 URL | https://chromewebstore.google.com/detail/gettempmailcom-temporary/ikbimiohifgnabgebghajmfipmapbplm |
설명 | With GetTempMail, you can instantly create a temporary email address for receiving emails. |
파일 크기 | 194 KB |
설치 횟수 | 392 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-06-15 |
출시 날짜 | 2021-05-17 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | https://gettempmail.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://GetTempMail.com |
도움말 페이지 URL | https://help.Smied.net |
개인정보 보호 정책 페이지 URL | https://smied.net/terms-privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "author": "Smied", "background": { "persistent": false, "scripts": [ "\/js\/background.js" ] }, "browser_action": { "default_icon": { "16": "\/img\/icons\/16x16.png", "20": "\/img\/icons\/20x20.png", "24": "\/img\/icons\/24x24.png", "32": "\/img\/icons\/32x32.png", "40": "\/img\/icons\/40x40.png" }, "default_popup": "\/html\/popup.html", "default_title": "__MSG_appName__" }, "commands": { "_execute_browser_action": { "suggested_key": { "mac": "Command+Shift+Z", "windows": "Ctrl+Shift+Z" } } }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/GetTempMail.com", "icons": { "128": "\/img\/icons\/128x128.png", "16": "\/img\/icons\/16x16.png", "48": "\/img\/icons\/48x48.png", "64": "\/img\/icons\/64x64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "options_ui": { "chrome_style": false, "open_in_tab": false, "page": "\/html\/options.html" }, "permissions": [ "https:\/\/gettempmail.com\/*" ], "short_name": "GetTempMail", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [] } |