generate password

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

Vad är generate password?

generate password är en Chrome-tillägg utvecklad av REJECTED, och dess huvudfunktion är "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".

Tilläggsskärmbilder

screenshot

Ladda ner generate password-förlängningens CRX-fil

Ladda ner generate password-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

                        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 .                    

Grundläggande Information om Tillägg

Namn generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
Officiell webbadress https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Beskrivning Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Filstorlek 32.41 KB
Antal Installationer 71
Aktuell Version 1.1.1
Senast Uppdaterad 2017-11-26
Publiceringsdatum 2017-11-26
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare REJECTED
Betalningssätt free
Tilläggswebbplats https://generate-password.net/
Stödda Språk 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"
    ]
}