Secure Password Generator
Allows you to create random passwords that are highly secure and extremely difficult to crack or guess.
Secure Password Generator란 무엇입니까?
Secure Password Generator은(는) OpenAdminTools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to create random passwords that are highly secure and extremely difficult to crack or guess."입니다.
확장 프로그램 스크린샷
Secure Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Secure Password Generator |
ID | jollpecbpialleljionejgkdgjfgamma |
공식 URL | https://chromewebstore.google.com/detail/secure-password-generator/jollpecbpialleljionejgkdgjfgamma |
설명 | Allows you to create random passwords that are highly secure and extremely difficult to crack or guess. |
파일 크기 | 75.13 KB |
설치 횟수 | 179 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2019-07-03 |
출시 날짜 | 2019-07-02 |
평점 | 4.54/5 총 189 개의 평점 |
개발자 | OpenAdminTools.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.aqlsoft.com/secure-password-generator/ |
도움말 페이지 URL | http://www.aqlsoft.com/secure-password-generator/ |
지원되는 언어 | 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": [] } |