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是由https://webex.com開發的Chrome擴展程式,該擴展的主要功能是“Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cisco Webex Content Sharing擴展crx文件

下載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 Cisco Webex Content Sharing
ID ifbdadgbpalmagalacllfaflfakmfkac
官方網址 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"
}