generate password

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

Cos'è generate password?

generate password è un'estensione di Chrome sviluppata da REJECTED, e la sua funzione principale è "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione generate password

Scarica i file di estensione generate password in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 .                    

Informazioni di Base sull'Estensione

Nome generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
URL Ufficiale https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Descrizione Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Dimensione del File 32.41 KB
Conteggio Installazioni 71
Versione Corrente 1.1.1
Ultimo Aggiornamento 2017-11-26
Data di Pubblicazione 2017-11-26
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore REJECTED
Tipo di Pagamento free
Sito Web dell'Estensione https://generate-password.net/
Lingue Supportate 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"
    ]
}