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文件

下载Janus WebRTC Screensharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
            ]
        }
    ]
}