Cisco Web Communicator
Enables Cisco Jabber phone calls and video calls
Cisco Web Communicatorคืออะไร?
Cisco Web Communicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jabberwebsdk และคุณลักษณะหลักของมันคือ "Enables Cisco Jabber phone calls and video calls"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cisco Web Communicator
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |