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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |