VideoMost Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with VideoMost.

什么是VideoMost Desktop Streamer?

VideoMost Desktop Streamer是由http://www.videomost.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings with VideoMost.”。

扩展截图

screenshot

下载VideoMost Desktop Streamer扩展crx文件

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

扩展使用说明

                        A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server                    

扩展基本信息

名称 VideoMost Desktop Streamer VideoMost Desktop Streamer
ID cjgpkpnacafccifcgbpflchiodbechbk
官方URL https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk
简介 A simple extension that allows you to stream your desktop into meetings with VideoMost.
文件大小 8.01 KB
安装次数 507
当前版本 25
更新时间 2018-12-20
上架时间 2018-12-20
开发者 http://www.videomost.com
付费类型 free
扩展官网 http://www.videomost.com/en
帮助页面URL http://www.videomost.com/en
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoMost Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with VideoMost.",
    "version": "25",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/videomost.com\/*",
            "*:\/\/*.videomost.com\/*",
            "*:\/\/*.spiritcorp.com\/*",
            "*:\/\/*.spiritdsp.com\/*",
            "*:\/\/*.rt.ru\/*",
            "*:\/\/*.newtel.vn\/*",
            "*:\/\/*.menu247.vn\/*",
            "*:\/\/*.vconference.in\/*",
            "*:\/\/*.cloudline.video\/*",
            "*:\/\/*.mashtab.org\/*",
            "*:\/\/*.tattelecom.ru\/*",
            "*:\/\/*.instavc.com\/*",
            "*:\/\/*.excitel.in\/*",
            "*:\/\/*.softline.com\/*",
            "*:\/\/*.oncloud.ru\/*",
            "*:\/\/*.esetrussia.ru\/*",
            "*:\/\/*.vniizht.ru\/*",
            "*:\/\/*.basealt.ru\/*",
            "*:\/\/*.rossoft-rtk.ru\/*",
            "*:\/\/*.rosprint.net\/*",
            "*:\/\/vm.vm\/*",
            "*:\/\/*.global-x.ru\/*",
            "*:\/\/*.depo.local\/*",
            "*:\/\/*.enforta.ru\/*"
        ]
    }
}