Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Co to jest Secure Password Generator?
Secure Password Generator to rozszerzenie Chrome opracowane przez OpenAdminTools.com, a jego główną funkcją jest „Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Secure Password Generator
Pobierz pliki rozszerzeń Secure Password Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
Oficjalny URL | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
Opis | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
Rozmiar pliku | 75.13 KB |
Liczba instalacji | 179 |
Aktualna Wersja | 2.1.1 |
Ostatnia Aktualizacja | 2019-07-03 |
Data Publikacji | 2019-07-02 |
Ocena | 4.54/5 Łącznie 189 Oceny |
Deweloper | OpenAdminTools.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.aqlsoft.com/secure-password-generator/ |
Adres URL Strony Pomocy | http://www.aqlsoft.com/secure-password-generator/ |
Obsługiwane Języki | 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": [] } |