Master Password Service
Keep all your passwords in one place
Master Password Service란 무엇입니까?
Master Password Service은(는) Morgan Doakes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep all your passwords in one place"입니다.
확장 프로그램 스크린샷
Master Password Service 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using the same password for all of your web accounts is a monumentally bad idea, massively lowering your account security. However, it can be incredibly difficult to remember a seperate password for all of your accounts. Enter the Master Password Service! Now you only need one password without compromising security. When you make an account for anything, simply enter your one Master Password and the name of the service you're signing up for above (eg. Skype) and we'll tell you the password to use. Then, when you want to log in again, enter the same information and the same password will be generated again! All of your passwords in one place.
확장 프로그램 기본 정보
이름 | Master Password Service |
ID | dkhlaaamlodakbipgedalcmcaehdjnnp |
공식 URL | https://chromewebstore.google.com/detail/master-password-service/dkhlaaamlodakbipgedalcmcaehdjnnp |
설명 | Keep all your passwords in one place |
파일 크기 | 31.03 KB |
설치 횟수 | 27 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-04-11 |
출시 날짜 | 2016-04-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Morgan Doakes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://masterpasswordservice.hol.es/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Master Password Service", "short_name": "MPS", "description": "Keep all your passwords in one place", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |