Cisco Web Communicator

Enables Cisco Jabber phone calls and video calls

什麼是Cisco Web Communicator?

Cisco Web Communicator是由jabberwebsdk開發的Chrome擴展程式,該擴展的主要功能是“Enables Cisco Jabber phone calls and video calls”。

擴展截圖

screenshot
screenshot

下載Cisco Web Communicator擴展crx文件

下載Cisco Web Communicator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enable Web applications integrated with Cisco Jabber voice and video to use the Cisco Web Communicator add-on.
This extension supports Cisco Web Communicator 11.8.3 and later.

For more information, please refer to: https://developer.cisco.com/docs/jabber-web/

Copyright 2021 Cisco Systems, Inc. All Rights Reserved                    

擴展基本資訊

名稱 Cisco Web Communicator Cisco Web Communicator
ID mbhnoblcplfcookpoennihpndjobapeo
官方網址 https://chromewebstore.google.com/detail/cisco-web-communicator/mbhnoblcplfcookpoennihpndjobapeo
簡介 Enables Cisco Jabber phone calls and video calls
檔案大小 54.97 KB
安裝次數 11,771
目前版本 11.8.2.1
更新時間 2021-07-27
上架時間 2019-11-12
評分 3.00/5 共 2 次評分
開發者 jabberwebsdk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://developer.cisco.com/jabber-web/
隱私政策頁面URL https://www.cisco.com/c/en/us/about/trust-center/gdpr.html
支援的語言 de,en,fr,nl,no,tr,ca,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cisco Web Communicator",
    "description": "__MSG_extension_description__",
    "version": "11.8.2.1",
    "default_locale": "en",
    "permissions": [
        "nativeMessaging",
        "management"
    ],
    "icons": {
        "16": "Jabber_16x16.png",
        "48": "Jabber_48x48.png",
        "128": "Jabber_128x128.png"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "cwic_plugin.js",
        "contentscript.js",
        "extProps.json"
    ]
}