Temp Mail - Temporary Email Address
Best Temp Mail address to prevent from email hacking and spamming
Temp Mail - Temporary Email Address là gì?
Temp Mail - Temporary Email Address là một tiện ích mở rộng Chrome được phát triển bởi adzdeveloper, và tính năng chính của nó là "Best Temp Mail address to prevent from email hacking and spamming".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Temp Mail - Temporary Email Address
Tải xuống các tệp mở rộng Temp Mail - Temporary Email Address dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Temp Mail - Temporary Email Address |
ID | gmindkhkpdfcjjeiffmhpbpcjjfbamph |
URL Chính Thức | https://chromewebstore.google.com/detail/temp-mail-temporary-email/gmindkhkpdfcjjeiffmhpbpcjjfbamph |
Mô tả | Best Temp Mail address to prevent from email hacking and spamming |
Kích Thước Tệp | 118 KB |
Số Lần Cài Đặt | 1,380 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-12-20 |
Ngày Phát Hành | 2022-12-16 |
Nhà Phát Triển | adzdeveloper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://temp-mail.co/ |
URL Trang Trợ Giúp | https://temp-mail.co/contact |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |