generate password

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

Co to jest generate password?

generate password to rozszerzenie Chrome opracowane przez REJECTED, a jego główną funkcją jest „Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia generate password

Pobierz pliki rozszerzeń generate password w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 .                    

Podstawowe informacje o rozszerzeniu

Nazwa generate password generate password
ID mbacfefhfcdpdnbbjdmhfielahaojlej
Oficjalny URL https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej
Opis Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Rozmiar pliku 32.41 KB
Liczba instalacji 71
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2017-11-26
Data Publikacji 2017-11-26
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper REJECTED
Typ Płatności free
Strona Rozszerzenia https://generate-password.net/
Obsługiwane Języki 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"
    ]
}