Medicine-prof Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Medicine-prof.

什么是Medicine-prof Desktop Streamer?

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

下载Medicine-prof Desktop Streamer扩展crx文件

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

扩展使用说明

                        the extension allows you to share your desktop in medicine-prof.info conference                    

扩展基本信息

名称 Medicine-prof Desktop Streamer Medicine-prof Desktop Streamer
ID pcfdiooolmpddockmfmcblgpilfincem
官方URL https://chrome.google.com/webstore/detail/medicine-prof-desktop-str/pcfdiooolmpddockmfmcblgpilfincem
简介 A simple extension that allows you to stream your desktop into meetings with Medicine-prof.
文件大小 21.08 KB
安装次数 52
当前版本 0.1.5
更新时间 2015-04-21
上架时间 2015-04-21
评分 5.00/5 共1次评分
开发者 http://medicine-prof.info
付费类型 free
扩展官网 http://medicine-prof.com
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Medicine-prof Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Medicine-prof.",
    "version": "0.1.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "mp-logo-16x16.png",
        "48": "mp-logo-48x48.png",
        "128": "mp-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/medicine-prof.info\/*"
        ]
    }
}