Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Vad är Secure Password Generator?
Secure Password Generator är en Chrome-tillägg utvecklad av OpenAdminTools.com, och dess huvudfunktion är "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.".
Tilläggsskärmbilder
Ladda ner Secure Password Generator-förlängningens CRX-fil
Ladda ner Secure Password Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
Officiell webbadress | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
Beskrivning | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
Filstorlek | 75.13 KB |
Antal Installationer | 179 |
Aktuell Version | 2.1.1 |
Senast Uppdaterad | 2019-07-03 |
Publiceringsdatum | 2019-07-02 |
Betyg | 4.54/5 Totalt 189 Betyg |
Utvecklare | OpenAdminTools.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.aqlsoft.com/secure-password-generator/ |
Hjälpsida URL | http://www.aqlsoft.com/secure-password-generator/ |
Stödda Språk | 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": [] } |