Random password generator
Simple tool to generate strong and secure passwords.
Cos'è Random password generator?
Random password generator è un'estensione di Chrome sviluppata da https://secure-password.freeonlineapps.net, e la sua funzione principale è "Simple tool to generate strong and secure passwords.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random password generator
Scarica i file di estensione Random 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
Simple tool to generate strong and secure passwords With this extension you can easily generate strong and secure passwords. You can specify password length and used chars (lowercase, uppercase, numbers or custom). Generated password can be copied directly to your clipboard, the passwords are NOT saved online. So you can ensure the security of your password
Informazioni di Base sull'Estensione
Nome | Random password generator |
ID | flaahbpdnolilcopgaeknejgbnljpdep |
URL Ufficiale | https://chromewebstore.google.com/detail/random-password-generator/flaahbpdnolilcopgaeknejgbnljpdep |
Descrizione | Simple tool to generate strong and secure passwords. |
Dimensione del File | 226 KB |
Conteggio Installazioni | 13,534 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2022-04-04 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 4.36/5 Totale 33 Valutazioni |
Sviluppatore | https://secure-password.freeonlineapps.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://secure-password.freeonlineapps.net |
URL della Pagina della Politica sulla Privacy | https://www.freeonlineapps.net/privacy |
Lingue Supportate | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/welcome.js" }, "action": { "default_icon": { "128": "images\/icons8-password-128.png", "16": "images\/icons8-password-16.png", "32": "images\/icons8-password-32.png", "48": "images\/icons8-password-48.png", "64": "images\/icons8-password-64.png" }, "default_popup": "popup.html" }, "default_locale": "en_US", "description": "__MSG_application_description__", "icons": { "128": "images\/icons8-password-128.png", "16": "images\/icons8-password-16.png", "32": "images\/icons8-password-32.png", "48": "images\/icons8-password-48.png", "64": "images\/icons8-password-64.png" }, "manifest_version": 3, "name": "__MSG_application_title__", "version": "3.0.0", "homepage_url": "https:\/\/secure-password.freeonlineapps.net" } |