Cisco Webex Extension

Join Webex meetings using Google Chrome ™

什么是Cisco Webex Extension?

Cisco Webex Extension是由https://webex.com开发的Chrome扩展程序,该扩展的主要功能是“Join Webex meetings using Google Chrome ™”。

扩展截图

screenshot
screenshot

下载Cisco Webex Extension扩展crx文件

下载Cisco Webex Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Cisco Webex web and video conferencing is an easy, cost-effective way to exchange ideas and information online with anyone, anywhere on any mobile device or video system. Accelerate decision-making, keep projects on track, and collaborate in real time with integrated audio, video, and content sharing, all in one meeting. Enhance engagement with a lifelike video experience, which rapidly builds relationships and trust, just like you would in person. Make connecting simple for smoother meetings so users can invite others to easily join with their own video system. From the proven industry leader in web and video conferencing, rely on secure, scalable Webex meetings from the global Cisco Collaboration Cloud.                    

扩展基本信息

名称 Cisco Webex Extension Cisco Webex Extension
ID jlhmfgmfgeifomenelglieieghnjghma
官方URL https://chromewebstore.google.com/detail/cisco-webex-extension/jlhmfgmfgeifomenelglieieghnjghma
简介 Join Webex meetings using Google Chrome ™
文件大小 46.18 KB
安装次数 32,000,000
当前版本 2.0.4
更新时间 2023-12-01
上架时间 2020-06-15
评分 2.33/5 共2576次评分
开发者 https://webex.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://help.webex.com/en-us/
隐私政策页面URL https://cisco.com/go/privacy
支持的语言 de,en,fr,nl,no,es,es-419,hr,it,hu,pl,pt-BR,ro,sk,sv,sr,bg,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.4",
    "manifest_version": 3,
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/*.webex.com\/*",
        "https:\/\/*.webex.com.cn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.webex.com\/*\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
                "https:\/\/*.webex.com\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
                "https:\/\/*.webex.com.cn\/*\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
                "https:\/\/*.webex.com.cn\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html"
            ],
            "js": [
                "CryptoJS.js",
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}