Cisco Webex Extension

Join Webex meetings using Google Chrome ™

Cisco Webex Extension là gì?

Cisco Webex Extension là một tiện ích mở rộng Chrome được phát triển bởi https://webex.com, và tính năng chính của nó là "Join Webex meetings using Google Chrome ™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cisco Webex Extension

Tải xuống các tệp mở rộng Cisco Webex Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cisco Webex Extension Cisco Webex Extension
ID jlhmfgmfgeifomenelglieieghnjghma
URL Chính Thức https://chromewebstore.google.com/detail/cisco-webex-extension/jlhmfgmfgeifomenelglieieghnjghma
Mô tả Join Webex meetings using Google Chrome ™
Kích Thước Tệp 46.18 KB
Số Lần Cài Đặt 32,000,000
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2023-12-01
Ngày Phát Hành 2020-06-15
Đánh Giá 2.33/5 Tổng số 2576 Đánh Giá
Nhà Phát Triển https://webex.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://help.webex.com/en-us/
URL Trang Chính Sách Bảo Mật https://cisco.com/go/privacy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}