Janus WebRTC Screensharing

This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway

Janus WebRTC Screensharing란 무엇입니까?

Janus WebRTC Screensharing은(는) Meetecho s.r.l.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Janus WebRTC Screensharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Janus (http://janus.conf.meetecho.com) is an open source, general purpose WebRTC gateway developed by Meetecho. Among its several features, it also allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed: this extension provides such a security mechanism for usage with the Janus gateway.

Test it with the online demo (http://janus.conf.meetecho.com/screensharingtest.html) or with any installation of Janus you made yourself.                    

확장 프로그램 기본 정보

이름 Janus WebRTC Screensharing Janus WebRTC Screensharing
ID hapfgfdkleiggjjpfpenajgdnfckjpaj
공식 URL https://chromewebstore.google.com/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
설명 This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway
파일 크기 12.08 KB
설치 횟수 10,626
현재 버전 0.0.2
최근 업데이트 2014-09-15
출시 날짜 2014-09-15
평점 4.54/5 총 13 개의 평점
개발자 Meetecho s.r.l.
결제 유형 free
확장 프로그램 웹 사이트 http://janus.conf.meetecho.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Janus WebRTC Screensharing",
    "short_name": "Janus screensharing",
    "description": "This is the Meetecho extension utility for screensharing support in the Janus WebRTC gateway",
    "version": "0.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}