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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}