LunarMail
Secure your personal email inbox with real-time disposable email addresses.
LunarMail là gì?
LunarMail là một tiện ích mở rộng Chrome được phát triển bởi https://lunarmail.io, và tính năng chính của nó là "Secure your personal email inbox with real-time 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 LunarMail
Tải xuống các tệp mở rộng LunarMail 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
Built from the ground up, Lunarmail.io is a disposable email service that allows you to quickly and easily spin up email addresses that are always in your control. These email addresses can be used anywhere on the web and managed simply from the Lunarmail.io dashboard. The next time a website asks you to register with your personal email, simply generate a disposable email from either our web dashboard or Chrome Extension and let Lunarmail.io handle the rest! ★ Privacy and Security Prevent companies from tracking you online by your email address while protecting your online accounts and activity. ★ Control SPAM for GOOD Instantly shut down any sender. Stop SPAM before it gets to your inbox and take full control over who can reach you. ★ Simplicity Sign up on websites quickly and without fear. Generate disposable emails instantly, shop happy and confidently.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LunarMail |
ID | gfkhcejpglehomeaimgcjicoaanpbdjl |
URL Chính Thức | https://chromewebstore.google.com/detail/lunarmail/gfkhcejpglehomeaimgcjicoaanpbdjl |
Mô tả | Secure your personal email inbox with real-time disposable email addresses. |
Kích Thước Tệp | 2.6 MB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2020-07-14 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://lunarmail.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lunarmail.io |
URL Trang Trợ Giúp | https://lunarmail.io |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LunarMail", "short_name": "LunarMail", "version": "1.0.7", "description": "Secure your personal email inbox with real-time disposable email addresses.", "permissions": [ "activeTab", "storage", "contextMenus", "background", "tabs" ], "browser_action": { "default_popup": "popup\/index.html", "default_title": "LunarMail.io" }, "icons": { "16": "assets\/chromeIcon16.png", "48": "assets\/chromeIcon48.png", "128": "assets\/chromeIcon128.png" }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |