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”。
扩展截图
下载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 |
ID | mbhnoblcplfcookpoennihpndjobapeo |
官方URL | 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" ] } |