Team Password Manager
Autofill login forms and store web passwords in Team Password Manager
Team Password Manager là gì?
Team Password Manager là một tiện ích mở rộng Chrome được phát triển bởi https://teampasswordmanager.com, và tính năng chính của nó là "Autofill login forms and store web passwords in Team Password Manager".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Team Password Manager
Tải xuống các tệp mở rộng Team Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Team Password Manager |
ID | gplomcegacfeolmacnhpopbindboipfl |
URL Chính Thức | https://chromewebstore.google.com/detail/team-password-manager/gplomcegacfeolmacnhpopbindboipfl |
Mô tả | Autofill login forms and store web passwords in Team Password Manager |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 8,049 |
Phiên Bản Hiện Tại | 4.21.19 |
Cập Nhật Lần Cuối | 2022-11-25 |
Ngày Phát Hành | 2021-05-03 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://teampasswordmanager.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://teampasswordmanager.com/ |
URL Trang Trợ Giúp | https://teampasswordmanager.com/support/ |
URL Trang Chính Sách Bảo Mật | https://teampasswordmanager.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |