TrashMail.com: Create disposable address
Create disposable email addresses.
TrashMail.com: Create disposable address là gì?
TrashMail.com: Create disposable address là một tiện ích mở rộng Chrome được phát triển bởi https://trashmail.com, và tính năng chính của nó là "Create disposable email addresses.".
Ả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 TrashMail.com: Create disposable address
Tải xuống các tệp mở rộng TrashMail.com: Create disposable 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
Create free forwarding disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TrashMail.com: Create disposable address |
ID | fihbdpohplcdnhllhliaeapefmmpcdjo |
URL Chính Thức | https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo |
Mô tả | Create disposable email addresses. |
Kích Thước Tệp | 628 KB |
Số Lần Cài Đặt | 4,274 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2017-03-29 |
Ngày Phát Hành | 2017-03-29 |
Đánh Giá | 4.35/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | https://trashmail.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trashmail.com |
URL Trang Trợ Giúp | https://trashmail.com/forum/ |
URL Trang Chính Sách Bảo Mật | https://xitroo.com/datenschutz |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "manifest_version": 2, "version": "3.0.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "contextMenus" ], "icons": { "16": "Icon-16.png", "19": "Icon-19.png", "32": "Icon-32.png", "48": "Icon-48.png", "128": "Icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/trashmail.js", "js\/console.js", "js\/utils.js", "js\/content.js", "js\/platform.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "images\/Icon-19.png", "default_title": "__MSG_extensionName__", "default_popup": "menu.html" } } |