Secure Password Generator

Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.

Cos'è Secure Password Generator?

Secure Password Generator è un'estensione di Chrome sviluppata da OpenAdminTools.com, e la sua funzione principale è "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Secure Password Generator

Scarica i file di estensione Secure Password Generator 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

                        Secure Password Generator for Chrome allows you to create random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters, numbers and punctuation symbols.

If you want to a Windows application version, please visit http://www.aqlsoft.com/secure-password-generator/

Developer: http://www.aqlsoft.com                    

Informazioni di Base sull'Estensione

Nome Secure Password Generator Secure Password Generator
ID jollpecbpialleljionejgkdgjfgamma
URL Ufficiale https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma
Descrizione Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Dimensione del File 75.13 KB
Conteggio Installazioni 179
Versione Corrente 2.1.1
Ultimo Aggiornamento 2019-07-03
Data di Pubblicazione 2019-07-02
Valutazione 4.54/5 Totale 189 Valutazioni
Sviluppatore OpenAdminTools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.aqlsoft.com/secure-password-generator/
URL della Pagina di Aiuto http://www.aqlsoft.com/secure-password-generator/
Lingue Supportate en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "image\/pw19.png",
        "default_title": "__MSG_pwd_generator__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_pwd_desc__",
    "icons": {
        "16": "image\/pw16.png",
        "32": "image\/pw32.png",
        "48": "image\/pw48.png",
        "64": "image\/pw64.png",
        "128": "image\/pw128.png"
    },
    "name": "__MSG_pwd_generator__",
    "default_locale": "en",
    "short_name": "__MSG_pwd_generator__",
    "permissions": []
}