Cisco Webex Content Sharing
Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.
Cisco Webex Content Sharingคืออะไร?
Cisco Webex Content Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webex.com และคุณลักษณะหลักของมันคือ "Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cisco Webex Content Sharing
ดาวน์โหลดไฟล์ส่วนขยาย Cisco Webex Content Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Webex Content Sharing extension is an enhancement for the Webex Meetings and Webex Teams web apps. These apps allow you to join meetings fast, directly from your browser. If you’re using the Webex Meetings or Webex Teams web app, and you want to share content in the meeting, you’ll need to install this extension to Chrome. You have the ability to share only what you want to—whether that’s only a specific window on your desktop, or your entire screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cisco Webex Content Sharing |
ID | ifbdadgbpalmagalacllfaflfakmfkac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cisco-webex-content-shari/ifbdadgbpalmagalacllfaflfakmfkac |
คำอธิบาย | Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps. |
ขนาดไฟล์ | 35.82 KB |
จำนวนการติดตั้ง | 817,441 |
เวอร์ชันปัจจุบัน | 1.0.0.15 |
อัปเดตครั้งล่าสุด | 2021-06-10 |
วันที่เผยแพร่ | 2018-06-27 |
คะแนน | 3.39/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | https://webex.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://trustportal.cisco.com/c/r/ctp/trust-portal.html |
ภาษาที่รองรับ | de,en-GB,en-US,fr,nl,tr,da,es,es-419,it,hu,pl,pt-BR,ro,sk,sv,cs,ru,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "name": "__MSG_appName__", "default_locale": "en_US", "background": { "scripts": [ "api-background-script.js" ] }, "icons": { "16": "icon.png", "128": "icon.png" }, "description": "__MSG_appDesc__", "externally_connectable": { "matches": [ "*:\/\/*.webex.com\/*", "*:\/\/*.webex.com.cn\/*", "https:\/\/*.qa.webex.com\/*", "https:\/\/*.qa.webex.com.cn\/*", "https:\/\/*.ciscospark.com\/*", "https:\/\/*.cisco.com\/*" ] }, "manifest_version": 2, "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.15" } |