Protect IID
Minimalistic single-use email address generator.
Vad är Protect IID?
Protect IID är en Chrome-tillägg utvecklad av Liftground, och dess huvudfunktion är "Minimalistic single-use email address generator.".
Tilläggsskärmbilder
Ladda ner Protect IID-förlängningens CRX-fil
Ladda ner Protect IID-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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])
Grundläggande Information om Tillägg
Namn | Protect IID |
ID | pohhdoefhlffonadgcfpfebhpcecanbm |
Officiell webbadress | https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm |
Beskrivning | Minimalistic single-use email address generator. |
Filstorlek | 52.88 KB |
Antal Installationer | 106 |
Aktuell Version | 1.17 |
Senast Uppdaterad | 2019-02-17 |
Publiceringsdatum | 2019-02-17 |
Betyg | 4.60/5 Totalt 5 Betyg |
Utvecklare | Liftground |
Betalningssätt | free |
Tilläggswebbplats | https://protectiid.com/ |
Stödda Språk | 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" } } } |