GenPass: Strong Password Generator
Chrome and Mozilla extension to generate random passwords
GenPass: Strong Password Generator란 무엇입니까?
GenPass: Strong Password Generator은(는) RQ Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome and Mozilla extension to generate random passwords"입니다.
확장 프로그램 스크린샷
GenPass: Strong Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GenPass - One solution to generate strong passwords. Many users use same or similar passwords on multiple websites across the web. And when one of these website's security is compromised it reveals your credentials to external world and which means your same set of credentials can be tried on other websites and could harm you badly. GenPass is built with the intention to avoid such situations and while following a good practice of choosing secure and strong passwords we can ensure internet stay a good place. Password Types - Consistent Password: Consistent password is generated for current page domain and your master string. So next time when you generate consistent password for same site, it will show same password again. If you change your master string, password will change for same site. - Random Password: Random password is totally random password generated with alphabets upper and lower case, numerics and special characters. This is an OPEN SOURCE project available on Github: https://github.com/sachinjain024/genpass
확장 프로그램 기본 정보
이름 | |
ID | ocdpddbeogmhochlpfchdcjojhfljalg |
공식 URL | https://chrome.google.com/webstore/detail/genpass-strong-password-g/ocdpddbeogmhochlpfchdcjojhfljalg |
설명 | Chrome and Mozilla extension to generate random passwords |
파일 크기 | 3.94 MB |
설치 횟수 | 213 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2017-12-22 |
출시 날짜 | 2017-12-22 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | RQ Labs |
이메일 | [email protected] |
개인정보 보호 정책 페이지 URL | https://requestly.io/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GenPass: Strong Password Generator", "version": "0.0.3", "manifest_version": 2, "description": "Chrome and Mozilla extension to generate random passwords", "applications": { "gecko": { "id": "extension@genpass", "strict_min_version": "49.0" } }, "icons": { "16": "resources\/icons\/icon16.png", "48": "resources\/icons\/icon48.png", "128": "resources\/icons\/icon128.png" }, "browser_action": { "default_icon": "resources\/icons\/icon19.png", "default_title": "Random Password Generator", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |