generate password

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

Co je generate password?

generate password je rozšíření Chrome vyvinuté REJECTED, a jeho hlavní funkcí je „Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across “.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření generate password

Stáhněte si soubory rozšíření generate password ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 .                    

Základní Informace o Rozšíření

Název generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
Oficiální URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Popis Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Velikost souboru 32.41 KB
Počet instalací 71
Aktuální Verze 1.1.1
Poslední Aktualizace 2017-11-26
Datum Vydání 2017-11-26
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář REJECTED
Typ Platby free
Webové stránky Rozšíření https://generate-password.net/
Podporované Jazyky 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"
    ]
}