WebRTC Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

WebRTC Desktop Sharing란 무엇입니까?

WebRTC Desktop Sharing은(는) https://www.snappshott.co.za에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Snappshott browser tab sharing app                    

확장 프로그램 기본 정보

이름 WebRTC Desktop Sharing WebRTC Desktop Sharing
ID engpcombbmmmmfpbekphjkjnknopmjpk
공식 URL https://chromewebstore.google.com/detail/webrtc-desktop-sharing/engpcombbmmmmfpbekphjkjnknopmjpk
설명 WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
파일 크기 83.53 KB
설치 횟수 19
현재 버전 2.7
최근 업데이트 2017-04-08
출시 날짜 2017-04-08
개발자 https://www.snappshott.co.za
결제 유형 free
확장 프로그램 웹 사이트 https://www.snappshott.co.za/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRTC Desktop Sharing",
    "author": "Snappshott",
    "version": "2.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.snappshott.co.za\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.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",
        "tabs",
        "",
        "tabCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}