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文件
下载Team Password Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |