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”。

擴展截圖

screenshot

下載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 Team Password Manager
ID gplomcegacfeolmacnhpopbindboipfl
官方網址 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\/*"
    ]
}