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
Eメール [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
        }
    ]
}