Cisco Webex Content Sharing
Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.
Was ist Cisco Webex Content Sharing?
Cisco Webex Content Sharing ist eine Chrome-Erweiterung, die von https://webex.com entwickelt wurde, und ihr Hauptmerkmal ist "Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.".
Erweiterungsscreenshots
Cisco Webex Content Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cisco Webex Content Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cisco Webex Content Sharing |
ID | ifbdadgbpalmagalacllfaflfakmfkac |
Offizielle URL | https://chromewebstore.google.com/detail/cisco-webex-content-shari/ifbdadgbpalmagalacllfaflfakmfkac |
Beschreibung | Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps. |
Dateigröße | 35.82 KB |
Installationsanzahl | 817,441 |
Aktuelle Version | 1.0.0.15 |
Letztes Update | 2021-06-10 |
Veröffentlichungsdatum | 2018-06-27 |
Bewertung | 3.39/5 Insgesamt 57 Bewertungen |
Entwickler | https://webex.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://trustportal.cisco.com/c/r/ctp/trust-portal.html |
Unterstützte Sprachen | 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" } |