CTV Screen Sharing

CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

CTV Screen Sharing란 무엇입니까?

CTV Screen Sharing은(는) https://click-to-video.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.                    

확장 프로그램 기본 정보

이름 CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
공식 URL https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
설명 CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
파일 크기 99.59 KB
설치 횟수 63
현재 버전 1.6
최근 업데이트 2016-12-16
출시 날짜 2016-12-16
평점 4.00/5 총 1 개의 평점
개발자 https://click-to-video.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Sharing",
    "author": "NetStairs",
    "version": "1.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "CTV Screen Sharing"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}