Team Password Manager

Autofill login forms and store web passwords in Team Password Manager

Team Password Managerคืออะไร?

Team Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teampasswordmanager.com และคุณลักษณะหลักของมันคือ "Autofill login forms and store web passwords in Team Password Manager"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Team Password Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}