Team Password Manager
Autofill login forms and store web passwords in Team Password Manager
Team Password Manager란 무엇입니까?
Team Password Manager은(는) https://teampasswordmanager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autofill login forms and store web passwords in Team Password Manager"입니다.
확장 프로그램 스크린샷
Team Password Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Team Password Manager Chrome Extension allows Chrome users to fill in login forms from credentials stored in Team Password Manager. This extension also allows to store web passwords in Team Password Manager. Team Password Manager is a self hosted web based password manager for groups.
확장 프로그램 기본 정보
이름 | Team Password Manager |
ID | gplomcegacfeolmacnhpopbindboipfl |
공식 URL | https://chromewebstore.google.com/detail/team-password-manager/gplomcegacfeolmacnhpopbindboipfl |
설명 | Autofill login forms and store web passwords in Team Password Manager |
파일 크기 | 316 KB |
설치 횟수 | 8,049 |
현재 버전 | 4.21.19 |
최근 업데이트 | 2022-11-25 |
출시 날짜 | 2021-05-03 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | https://teampasswordmanager.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://teampasswordmanager.com/ |
도움말 페이지 URL | https://teampasswordmanager.com/support/ |
개인정보 보호 정책 페이지 URL | https://teampasswordmanager.com/privacy |
지원되는 언어 | de,en,fr,es,pt-BR,pt-PT,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Team Password Manager", "description": "__MSG_ManifestDescription__", "version": "4.21.19", "manifest_version": 2, "default_locale": "en", "icons": { "32": "img\/logo32.png", "48": "img\/logo48.png" }, "browser_action": { "default_icon": { "19": "img\/ba19g.png", "38": "img\/ba38g.png" }, "default_popup": "popup.html", "default_title": "Team Password Manager (__MSG_bgNotConnected__)" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/contentscript.js", "js\/psl.js", "js\/jquery.sendkeys.js", "js\/bililiteRange.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "clipboardWrite" ], "web_accessible_resources": [ "img\/*", "js\/login_selector\/*" ] } |