generate password

Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across

Was ist generate password?

generate password ist eine Chrome-Erweiterung, die von REJECTED entwickelt wurde, und ihr Hauptmerkmal ist "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".

Erweiterungsscreenshots

screenshot

generate password-Erweiterungs-CRX-Datei herunterladen

Laden Sie generate password-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

                        Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online  Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .                    

Grundlegende Informationen zur Erweiterung

Name generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
Offizielle URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Beschreibung Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Dateigröße 32.41 KB
Installationsanzahl 71
Aktuelle Version 1.1.1
Letztes Update 2017-11-26
Veröffentlichungsdatum 2017-11-26
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler REJECTED
Zahlungsart free
Erweiterungswebsite https://generate-password.net/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "generate password",
    "version": "1.1.1",
    "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}