10 Minutes Email - 10 min disposable email
Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.
10 Minutes Email - 10 min disposable email là gì?
10 Minutes Email - 10 min disposable email là một tiện ích mở rộng Chrome được phát triển bởi https://10minemail.com, và tính năng chính của nó là "Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail.".
Ả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 10 Minutes Email - 10 min disposable email
Tải xuống các tệp mở rộng 10 Minutes Email - 10 min disposable email 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
Get your own temporary disposable 10 minute mail address without registration. The extension provides free 10 minute mail service. Disposable email with attachments and very easy to use. How to use ? Install the app to your browser and enjoy temporary 10 minute disposable email addresses without visiting the website itself. Just click the icon in the right upper corner of the browser. A window with new temporary email address will appear in a second. This window will also appear with notifications about new emails in your inbox. Please visit our website for more questions : https://10minEmail.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 10 Minutes Email - 10 min disposable email |
ID | emhgkpmcjiokblfofahdclcgldgflelc |
URL Chính Thức | https://chromewebstore.google.com/detail/10-minutes-email-10-min-d/emhgkpmcjiokblfofahdclcgldgflelc |
Mô tả | Temporary disposable email address. Protect your email from spam, bots and phishing with 10minemail. |
Kích Thước Tệp | 374 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2023-02-07 |
Ngày Phát Hành | 2019-09-20 |
Đánh Giá | 4.86/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://10minemail.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://10minemail.com |
URL Trang Trợ Giúp | https://10minemail.com/en/faq/ |
URL Trang Chính Sách Bảo Mật | https://temp-mail.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "10minemail", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.1.0", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "img\/16x16.png", "128": "img\/128x128.png", "48": "img\/48x48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html", "default_title": "10minemail" }, "web_accessible_resources": [], "permissions": [ "storage", "notifications", "tabs", "contextMenus", "alarms" ], "host_permissions": [ "*:\/\/*.temp-mail.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end", "all_frames": true } ] } |