TeamsID

TeamsID is the simple password manager that helps teams of all sizes collaborate and get business done.

TeamsIDคืออะไร?

TeamsID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teamsid.com และคุณลักษณะหลักของมันคือ "TeamsID is the simple password manager that helps teams of all sizes collaborate and get business done."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TeamsID ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Welcome to Chrome extension for TeamsID - Password Manager for Teams, Businesses and Families. Now you can auto-login using the TeamsID extension by hitting the login button

TeamsID enables you to make sharing passwords easy and safe for everyone in your business or organization.

TeamsID provides a flexible and powerful way to make sure all the right people have access to all those bits of information -- passwords, account numbers, codes, or other sensitive records -- that they need to get things done. If someone makes a change to a password or other record, it’s automatically shared with others who need it.

So with TeamsID, everyone is up to date and there is no need to send bits and pieces of confidential information like passwords over email, IM, or voice mail.

Getting started is easy - create an organization, set up appropriate teams, and then invite members into those teams. 

Then, anyone in a team can start creating records and making them available to others. You can also create confidential records that only you have access to.

With everyone using TeamsID, your organization is more secure, team members spend less time looking for information, and everyone gets more work done.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TeamsID TeamsID
ID gkebigdndlcnlbdhmgjmiikdobbmkaom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teamsid/gkebigdndlcnlbdhmgjmiikdobbmkaom
คำอธิบาย TeamsID is the simple password manager that helps teams of all sizes collaborate and get business done.
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 1,100
เวอร์ชันปัจจุบัน 2.17.9
อัปเดตครั้งล่าสุด 2023-02-03
วันที่เผยแพร่ 2020-02-26
คะแนน 3.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://teamsid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.teamsid.com
URL หน้าช่วยเหลือ http://support.teamsid.com/help_center
URL หน้านโยบายความเป็นส่วนตัว https://www.teamsid.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TeamsID",
    "description": "TeamsID is the simple password manager that helps teams of all sizes collaborate and get business done.",
    "short_name": "TeamsID",
    "version": "2.17.9",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/logo_16.png",
            "32": "icons\/logo_32.png"
        },
        "default_title": "Click Here",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting"
    ],
    "optional_permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo_128_default.png",
                "icons\/logo_128.png",
                "icons\/logo_64.png",
                "icons\/logo_48.png",
                "icons\/logo_32.png",
                "icons\/logo_16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/purify.min.js",
                "js\/jquery.3.2.1.jquery.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src * data: 'unsafe-inline'; style-src 'self' 'unsafe-inline'"
    }
}