Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Co je Secure Password Generator?
Secure Password Generator je rozšíření Chrome vyvinuté OpenAdminTools.com, a jeho hlavní funkcí je „Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Secure Password Generator
Stáhněte si soubory rozšíření Secure Password Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
Oficiální URL | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
Popis | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
Velikost souboru | 75.13 KB |
Počet instalací | 179 |
Aktuální Verze | 2.1.1 |
Poslední Aktualizace | 2019-07-03 |
Datum Vydání | 2019-07-02 |
Hodnocení | 4.54/5 Celkem 189 Hodnocení |
Vývojář | OpenAdminTools.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.aqlsoft.com/secure-password-generator/ |
URL Stránky Nápovědy | http://www.aqlsoft.com/secure-password-generator/ |
Podporované Jazyky | 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": [] } |