Virtulive WebRTC Screensharing

Screenshare extension for Virtulive SmartED and TeamMeet Applications

什么是Virtulive WebRTC Screensharing?

Virtulive WebRTC Screensharing是由Greeto Joseph开发的Chrome扩展程序,该扩展的主要功能是“Screenshare extension for Virtulive SmartED and TeamMeet Applications”。

扩展截图

screenshot

下载Virtulive WebRTC Screensharing扩展crx文件

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

扩展使用说明

                        Virtulive WebRTC screensharing extention 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 extention to be installed for using  SmartEd and TeamMeet screen sharing feature.                    

扩展基本信息

名称 Virtulive WebRTC Screensharing Virtulive WebRTC Screensharing
ID aieekphhgoefapkmjncejlapegbbmaef
官方URL https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef
简介 Screenshare extension for Virtulive SmartED and TeamMeet Applications
文件大小 7.45 KB
安装次数 150
当前版本 1.0.7
更新时间 2019-11-19
上架时间 2019-11-19
评分 5.00/5 共1次评分
开发者 Greeto Joseph
付费类型 free
扩展官网 https://www.virtulive.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtulive WebRTC Screensharing",
    "short_name": "VL Screensharing",
    "version": "1.0.7",
    "author": "Greeto Joseph",
    "minimum_chrome_version": "34",
    "description": "Screenshare extension for Virtulive SmartED and TeamMeet Applications",
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "chromeDesktop.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.virtulive.com\/*",
            "https:\/\/*.virtuxpro.com\/*",
            "https:\/\/*.dhooth.com\/*",
            "https:\/\/*.virtuxpro.lan\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.virtulive.com\/*",
                "https:\/\/*.virtuxpro.com\/*",
                "https:\/\/*.dhooth.com\/*",
                "https:\/\/*.virtuxpro.lan\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}