vPass
Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info.
vPass란 무엇입니까?
vPass은(는) https://www.vpass.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info."입니다.
확장 프로그램 스크린샷
vPass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** Only remember one password Using one password for all accounts is terribly risky. Remembering unique password for each account is impossible. vPass is the solution: you only need to remember master password, and vPass generates unique password for services you use. Read more. ** Secure by default vPass generates mix of numbers and letters (by default 12 characters long) which are virtually impossible to brute-force. ** Only takes a couple of key strokes vPass is very keyboard-friendly. Open web-page, focus on a password field, open vPass, enter master password, hit Enter, done! ** Your master password does not leave your device There is no data transfer between your browser and vPass server. It's 100% client-side. You can even host vPass yourself, for ultimate security. ** Works on any platform with web browser Windows, Mac OS X, Linux, Android, iOS, Windows Phone, webOS, and any future OS too. ** Works for any service, not only web You can generate password no just for web service, but for anything that can be referred to as "username". I actually use it to secure passwords for Linux users such as "root", "www", etc.
확장 프로그램 기본 정보
이름 | vPass |
ID | abadcojegfgglajifpanpaccmmiefoid |
공식 URL | https://chromewebstore.google.com/detail/vpass/abadcojegfgglajifpanpaccmmiefoid |
설명 | Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info. |
파일 크기 | 30.1 KB |
설치 횟수 | 93 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-02-09 |
출시 날짜 | 2013-02-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.vpass.info |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://responsive-buddy.vlad.studio/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "vPass", "version": "1.1", "manifest_version": 2, "description": "Make your online accounts secure without having to remember hundreds of passwords. Visit https:\/\/www.vpass.info for more info.", "browser_action": { "default_title": "vPass", "default_icon": "32.png", "default_popup": "vpass.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |