3CX Teams Presence

Sets Presence State in MS Teams

什麼是3CX Teams Presence?

3CX Teams Presence是由https://www.t38printer.de開發的Chrome擴展程式,該擴展的主要功能是“Sets Presence State in MS Teams”。

擴展截圖

screenshot

下載3CX Teams Presence擴展crx文件

下載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
官方網址 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"
    }
}