Secure Passwords
Generate strong and unique passwords for your various online accounts.
Secure Passwords란 무엇입니까?
Secure Passwords은(는) https://digitalinspiration.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate strong and unique passwords for your various online accounts."입니다.
확장 프로그램 스크린샷
Secure Passwords 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of remembering multiple passwords? With Secure Passwords, you only need to remember one master password and the passwords app will generate strong but unique passwords for all your different online accounts. The passwords are generated locally in your browser, none of your data ever leaves your computer and the password tool can be used in offline mode as well. The password generator internally uses the super-strong BCrypt encryption algorithm to generate the hashes and thus the passwords are almost impossible to break. The code is open-source and can be download from Github. The password generator is also available as an Android App.
확장 프로그램 기본 정보
이름 | Secure Passwords |
ID | eecnlkcbgpdabdgobnpoldjgainahdni |
공식 URL | https://chromewebstore.google.com/detail/secure-passwords/eecnlkcbgpdabdgobnpoldjgainahdni |
설명 | Generate strong and unique passwords for your various online accounts. |
파일 크기 | 62.16 KB |
설치 횟수 | 1,044 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2022-03-23 |
출시 날짜 | 2017-01-04 |
평점 | 4.56/5 총 16 개의 평점 |
개발자 | https://digitalinspiration.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ctrlq.org/passwords/ |
도움말 페이지 URL | https://www.labnol.org/internet/unique-password-for-every-site/21288/ |
개인정보 보호 정책 페이지 URL | https://digitalinspiration.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html", "default_title": "Secure Passwords" }, "description": "Generate strong and unique passwords for your various online accounts.", "homepage_url": "http:\/\/ctrlq.org\/passwords\/", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Secure Passwords", "short_name": "Passwords", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |