generate password

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

Apa itu generate password?

generate password adalah ekstensi Chrome yang dikembangkan oleh REJECTED, dan fitur utamanya adalah "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi generate password

Unduh file ekstensi generate password dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 .                    

Informasi Dasar Ekstensi

Nama generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
URL Resmi https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Deskripsi Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Ukuran File 32.41 KB
Jumlah Instalasi 71
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2017-11-26
Tanggal Publikasi 2017-11-26
Penilaian 3.00/5 Total 2 Penilaian
Pengembang REJECTED
Tipe Pembayaran free
Situs Ekstensi https://generate-password.net/
Bahasa yang Didukung 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"
    ]
}