HideMail: keep your email private
Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email
HideMail: keep your email private क्या है?
HideMail: keep your email private https://hidemail.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HideMail: keep your email private एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
HideMail gives you unique, random email addresses (or "aliases") that are forwarded to your primary e-mail account when you want your personal email address to remain private. Additionally, these email addresses can be easily deactivated at any given time, effectively blocking unwanted emails from reaching your inbox. Whether you're signing up for a new service or just want to keep your personal email private, Hide My Email has you covered. A random email address can now be generated for each new account, just like a password. Because email is often caught in database dumps and leaks, and while a password can be easily changed, an email address is difficult to change across all sites where it has been used. This is no longer a problem!
एक्सटेंशन की मूल जानकारी
नाम | HideMail: keep your email private |
ID | mddolicabhpkinbdmdgbeajjcpckinhe |
आधिकारिक URL | https://chromewebstore.google.com/detail/hidemail-keep-your-email/mddolicabhpkinbdmdgbeajjcpckinhe |
विवरण | Gives you unique, random email addresses that are forwarded to you when you want to keep private your personal email |
फ़ाइल का आकार | 182 KB |
स्थापना संख्या | 193 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2023-09-18 |
प्रकाशन तिथि | 2022-05-02 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://hidemail.app |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://hidemail.app |
गोपनीयता नीति पृष्ठ URL | https://hidemail.app/privacy-policy |
समर्थित भाषाएँ | id,de,en,fr,nl,vi,tr,es,es-419,it,pt-BR,pt-PT,ru,uk,iw,hi,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "author": "Daneke George", "homepage_url": "https:\/\/hidemail.app", "version": "1.0.8", "icons": { "48": "img\/Icon-4.png", "96": "img\/Icon-5.png", "128": "img\/128.png" }, "action": { "default_icon": "img\/Icon-4.png", "default_title": "HideMail", "default_popup": "app.html" }, "permissions": [ "storage", "activeTab", "contextMenus", "scripting" ], "optional_host_permissions": [ "https:\/\/hidemail.app\/*" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |