Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Qu'est-ce que Secure Password Generator ?
Secure Password Generator est une extension Chrome développée par OpenAdminTools.com, et sa fonction principale est "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Secure Password Generator
Téléchargez les fichiers d'extension Secure Password Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
URL Officiel | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
Description | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
Taille du Fichier | 75.13 KB |
Nombre d'Installations | 179 |
Version Actuelle | 2.1.1 |
Dernière Mise à Jour | 2019-07-03 |
Date de Publication | 2019-07-02 |
Évaluation | 4.54/5 Total 189 Évaluations |
Développeur | OpenAdminTools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.aqlsoft.com/secure-password-generator/ |
URL de la Page d'Aide | http://www.aqlsoft.com/secure-password-generator/ |
Langues Prises en Charge | 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": [] } |