Cisco Webex Content Sharing

Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.

O que é Cisco Webex Content Sharing?

Cisco Webex Content Sharing é uma extensão do Chrome desenvolvida por https://webex.com, e sua principal característica é "Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cisco Webex Content Sharing

Baixe arquivos de extensão Cisco Webex Content Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cisco Webex Content Sharing Cisco Webex Content Sharing
ID ifbdadgbpalmagalacllfaflfakmfkac
URL Oficial https://chromewebstore.google.com/detail/cisco-webex-content-shari/ifbdadgbpalmagalacllfaflfakmfkac
Descrição Share content when joining meetings directly from your browser through the Cisco Webex Meetings and Cisco Webex Teams web apps.
Tamanho do Arquivo 35.82 KB
Contagem de Instalações 817,441
Versão Atual 1.0.0.15
Última Atualização 2021-06-10
Data de Publicação 2018-06-27
Classificação 3.39/5 Total de 57 Avaliações
Desenvolvedor https://webex.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://trustportal.cisco.com/c/r/ctp/trust-portal.html
Idiomas Suportados 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"
}