ConX WebRTC Screen Sharing

Screen sharing extension for ConX

ConX WebRTC Screen Sharing란 무엇입니까?

ConX WebRTC Screen Sharing은(는) https://video.infocus.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screen sharing extension for ConX"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ConX WebRTC Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Share your screen in a ConX meeting
When you use Chrome to join a meeting, the ConX Screen Sharing Extension lets you:
• Share your screen
• Share desktop app                    

확장 프로그램 기본 정보

이름 ConX WebRTC Screen Sharing ConX WebRTC Screen Sharing
ID loabbhkaggnbjecbakfnjlnnpmoncnbg
공식 URL https://chrome.google.com/webstore/detail/conx-webrtc-screen-sharin/loabbhkaggnbjecbakfnjlnnpmoncnbg
설명 Screen sharing extension for ConX
파일 크기 9.02 KB
설치 횟수 139
현재 버전 0.5
최근 업데이트 2019-03-22
출시 날짜 2019-03-22
평점 5.00/5 총 1 개의 평점
개발자 https://video.infocus.net
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.infocus.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ConX WebRTC Screen Sharing",
    "description": "Screen sharing extension for ConX",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "48": "icon-48.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.infocus.net\/*",
                "*:\/\/*.avistar.com\/*",
                "*:\/\/*.conxme.net\/*",
                "*:\/\/*.conxme.cn\/*",
                "*:\/\/*.conxme.com\/*",
                "*:\/\/*.vcfxn.com\/*",
                "*:\/\/*.vcfxn.net\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.infocus.net\/*",
            "*:\/\/*.avistar.com\/*",
            "*:\/\/*.conxme.net\/*",
            "*:\/\/*.conxme.cn\/*",
            "*:\/\/*.conxme.com\/*",
            "*:\/\/*.vcfxn.com\/*",
            "*:\/\/*.vcfxn.net\/*"
        ]
    },
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture",
        "nativeMessaging",
        "tabs",
        "*:\/\/*.infocus.net\/*",
        "*:\/\/*.avistar.com\/*",
        "*:\/\/*.conxme.net\/*",
        "*:\/\/*.vcfxn.com\/*",
        "*:\/\/*.vcfxn.net\/*",
        "*:\/\/*.conxme.cn\/*",
        "*:\/\/*.conxme.com\/*"
    ],
    "version": "0.5"
}