Protect IID

Minimalistic single-use email address generator.

Was ist Protect IID?

Protect IID ist eine Chrome-Erweiterung, die von Liftground entwickelt wurde, und ihr Hauptmerkmal ist "Minimalistic single-use email address generator.".

Erweiterungsscreenshots

screenshot
screenshot

Protect IID-Erweiterungs-CRX-Datei herunterladen

Laden Sie Protect IID-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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])                    

Grundlegende Informationen zur Erweiterung

Name Protect IID Protect IID
ID pohhdoefhlffonadgcfpfebhpcecanbm
Offizielle URL https://chromewebstore.google.com/detail/protect-iid/pohhdoefhlffonadgcfpfebhpcecanbm
Beschreibung Minimalistic single-use email address generator.
Dateigröße 52.88 KB
Installationsanzahl 106
Aktuelle Version 1.17
Letztes Update 2019-02-17
Veröffentlichungsdatum 2019-02-17
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Liftground
Zahlungsart free
Erweiterungswebsite https://protectiid.com/
Unterstützte Sprachen 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"
        }
    }
}