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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}