Protect IID
Minimalistic single-use email address generator.
Protect IID क्या है?
Protect IID Liftground द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalistic single-use email address generator."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Protect IID एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Minimalistic single-use email address generator. The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com. Generating styles: - 2-64 Hash ([email protected]) - Current domain name + 2-32 Hash ([email protected]) - Fake user ([email protected])
एक्सटेंशन की मूल जानकारी
नाम | Protect IID |
ID | pohhdoefhlffonadgcfpfebhpcecanbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm |
विवरण | Minimalistic single-use email address generator. |
फ़ाइल का आकार | 52.88 KB |
स्थापना संख्या | 106 |
वर्तमान संस्करण | 1.17 |
अंतिम अपडेट | 2019-02-17 |
प्रकाशन तिथि | 2019-02-17 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Liftground |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://protectiid.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protect IID", "version": "1.17", "description": "Minimalistic single-use email address generator.", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } } |