Temp Mail - Temporary Email Address
Best Temp Mail address to prevent from email hacking and spamming
Temp Mail - Temporary Email Address란 무엇입니까?
Temp Mail - Temporary Email Address은(는) adzdeveloper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best Temp Mail address to prevent from email hacking and spamming"입니다.
확장 프로그램 스크린샷
Temp Mail - Temporary Email Address 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A disposable email address service prevents your email from spam, promotional emails, bots, and hacking attacks with the help of a temp mail chrome extension.
In addition, we allow receiving the file attachments in the temp mailbox.
Temp-mail extension provides an anonymous and free temporary email address. Keep your original mailbox secure and avoid spam emails with temp-mail exclusive Chrome extension features, unlike other service providers. 확장 프로그램 기본 정보
| 이름 | |
| ID | gmindkhkpdfcjjeiffmhpbpcjjfbamph |
| 공식 URL | https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph |
| 설명 | Best Temp Mail address to prevent from email hacking and spamming |
| 파일 크기 | 118 KB |
| 설치 횟수 | 1,380 |
| 현재 버전 | 1.0.3 |
| 최근 업데이트 | 2022-12-20 |
| 출시 날짜 | 2022-12-16 |
| 개발자 | adzdeveloper |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://temp-mail.co/ |
| 도움말 페이지 URL | https://temp-mail.co/contact |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Temp Mail - Temporary Email Address",
"description": "Best Temp Mail address to prevent from email hacking and spamming",
"version": "1.0.3",
"icons": {
"128": "asset\/image\/temp-mail.png"
},
"author": "Temp Mail",
"host_permissions": [
"*:\/\/*\/"
],
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_title": "Temp Mails"
},
"background": {
"service_worker": "event.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"my-styles.css"
],
"js": [
"content-script.js"
]
}
]
} | |