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
公式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
Eメール [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"
    }
}