3CX Teams Presence

Sets Presence State in MS Teams

3CX Teams Presenceคืออะไร?

3CX Teams Presence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.t38printer.de และคุณลักษณะหลักของมันคือ "Sets Presence State in MS Teams"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3CX Teams Presence

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

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

                        Exteneds 3CX Pbx to synchronize presence state with MS Teams                    

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

ชื่อ 3CX Teams Presence 3CX Teams Presence
ID mdbamfolhkbhebabgfbcnphffgfkpmjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/3cx-teams-presence/mdbamfolhkbhebabgfbcnphffgfkpmjn
คำอธิบาย Sets Presence State in MS Teams
ขนาดไฟล์ 16.07 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.1.0
อัปเดตครั้งล่าสุด 2022-05-31
วันที่เผยแพร่ 2022-04-20
ผู้พัฒนา https://www.t38printer.de
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.t38printer.de
URL หน้าช่วยเหลือ https://www.t38printer.de
URL หน้านโยบายความเป็นส่วนตัว https://mail2fax.t38printer.de/security.html
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "3CX Teams Presence",
    "description": "Sets Presence State in MS Teams",
    "version": "0.0.1.0",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/teams.live.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    }
}