lockrMail: email on your terms
Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and…
lockrMail: email on your terms क्या है?
lockrMail: email on your terms https://loc.kr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lockrMail: email on your terms एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and discount codes in real-time as you browse. The new and improved lockrMail chrome extension will revolutionize your online browsing experience: - Detect and auto-complete email fields with your lockrMail email address - Proactively enable email settings by domain at the point of registration - View and adjust Sender emails and delivery settings as you browse - Receive notifications of recent emails and read them directly in the extension - View, copy, and activate relevant discount codes for online shopping - Signal your privacy preferences via Global Privacy Control (GPC) lockrMail is a free productivity tool that acts as a pre-filter for your inbox, providing you with a unique and secure email address to use across the web. Custom filters allow lockrMail users to decide which promotional emails land in their primary inbox and which are blocked entirely. lockrMail (www.lockrMail.com) is compatible with all email clients and sign-up can be completed directly in the extension. Unlock your inbox - a new browsing experience from lockrMail. By downloading the lockrMail Chrome Extension, you agree to our T&Cs / Privacy Policy here: https://lockrmail.com/privacy-policy/
एक्सटेंशन की मूल जानकारी
नाम | lockrMail: email on your terms |
ID | dhpejadloippifpocekdponhfhlmnhgi |
आधिकारिक URL | https://chromewebstore.google.com/detail/lockrmail-email-on-your-t/dhpejadloippifpocekdponhfhlmnhgi |
विवरण | Your inbox at your fingertips: Streamline site registrations, proactively set email delivery settings, view verification emails and… |
फ़ाइल का आकार | 2.77 MB |
स्थापना संख्या | 552 |
वर्तमान संस्करण | 2.4.7 |
अंतिम अपडेट | 2024-02-23 |
प्रकाशन तिथि | 2021-08-13 |
रेटिंग | 5.00/5 कुल 20 रेटिंग्स |
डेवलपर | https://loc.kr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://lockrMail.com/ |
सहायता पृष्ठ URL | https://lockrmail.com/support/ |
गोपनीयता नीति पृष्ठ URL | https://lockrmail.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.4.7", "short_name": "LockrMail", "name": "lockrMail: email on your terms", "minimum_chrome_version": "88", "background": { "service_worker": "app\/background.js", "type": "module" }, "icons": { "16": "favicon-dark-48.png", "48": "favicon-dark-48.png", "128": "favicon-dark-128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L", "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*.lockrmail.com\/*", "*:\/\/loc.kr\/*", "*:\/\/localhost:3000\/*", "*:\/\/*.zendesk.*\/*", "*:\/\/*.google.*\/*" ], "css": [ "\/static\/css\/app.css" ], "js": [ "\/static\/js\/app.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/app.*.lockrmail.com\/*", "*:\/\/*-app.lockrmail.com\/*", "*:\/\/app.lockrmail.com\/*", "*:\/\/localhost:3000\/*" ], "css": [ "\/static\/css\/content.css" ], "js": [ "\/static\/js\/content.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/app.*.lockrmail.com\/*", "*:\/\/*-app.lockrmail.com\/*", "*:\/\/app.lockrmail.com\/*", "*:\/\/localhost:3000\/*" ], "css": [ "\/static\/css\/content.css" ], "js": [ "\/app\/content-gpc.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.lockrmail.com\/*", "*:\/\/loc.kr\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ { "resources": [ "\/static\/css\/*", "\/app\/*", "\/assets\/*", "\/static\/js\/*", "\/static\/media\/*", "\/*.png" ], "matches": [ " |