LunarMail
Secure your personal email inbox with real-time disposable email addresses.
LunarMail क्या है?
LunarMail https://lunarmail.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Secure your personal email inbox with real-time disposable email addresses."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LunarMail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | LunarMail |
ID | gfkhcejpglehomeaimgcjicoaanpbdjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/lunarmail/gfkhcejpglehomeaimgcjicoaanpbdjl |
विवरण | Secure your personal email inbox with real-time disposable email addresses. |
फ़ाइल का आकार | 2.6 MB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2020-07-14 |
प्रकाशन तिथि | 2020-04-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://lunarmail.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://lunarmail.io |
सहायता पृष्ठ URL | https://lunarmail.io |
समर्थित भाषाएँ | 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'" } |