CONNECTIX Desktop sharing

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

CONNECTIX Desktop sharing란 무엇입니까?

CONNECTIX Desktop sharing은(는) https://connectix.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing."입니다.

확장 프로그램 스크린샷

screenshot

CONNECTIX Desktop sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        screen sharing                    

확장 프로그램 기본 정보

이름 CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
공식 URL https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
설명 Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
파일 크기 83.98 KB
설치 횟수 1,468
현재 버전 1.9.3.3
최근 업데이트 2015-07-08
출시 날짜 2015-07-07
평점 4.80/5 총 5 개의 평점
개발자 https://connectix.net
결제 유형 free
확장 프로그램 웹 사이트 http://connectix.net/videoconf/desktop_sharing/
도움말 페이지 URL http://connectix.net/videoconf/desktop_sharing/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CONNECTIX Desktop sharing",
    "author": "CONNECTIX",
    "version": "1.9.3.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.",
    "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "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
    }
}