Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Wat is Secure Password Generator?
Secure Password Generator is een Chrome-extensie ontwikkeld door OpenAdminTools.com, en de belangrijkste functie is "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".
Extensie Screenshots
Download het CRX-bestand van de extensie Secure Password Generator
Download Secure Password Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
Officiële URL | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
Beschrijving | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
Bestandsgrootte | 75.13 KB |
Aantal Installaties | 179 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2019-07-03 |
Publicatiedatum | 2019-07-02 |
Beoordeling | 4.54/5 Totaal 189 Beoordelingen |
Ontwikkelaar | OpenAdminTools.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.aqlsoft.com/secure-password-generator/ |
Help Pagina-URL | http://www.aqlsoft.com/secure-password-generator/ |
Ondersteunde Talen | 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": [] } |