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 |
Eメール | [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\/*" ] } |