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ファイルをダウンロード
Temp Mail - Temporary Email Address拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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"
]
}
]
} | |