Screen Capturing For PeopleLink WebRTC MCU

Extension to allow desktop sharing in PeopleLink WebRTC applications

什么是Screen Capturing For PeopleLink WebRTC MCU?

Screen Capturing For PeopleLink WebRTC MCU是由https://www.peoplelinkvc.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to allow desktop sharing in PeopleLink WebRTC applications”。

扩展截图

screenshot

下载Screen Capturing For PeopleLink WebRTC MCU扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Screen Capturing For PeopleLink WebRTC MCU Screen Capturing For PeopleLink WebRTC MCU
ID peoppppcbifchfkbahchpncbcjdfdnbm
官方URL https://chromewebstore.google.com/detail/screen-capturing-for-peop/peoppppcbifchfkbahchpncbcjdfdnbm
简介 Extension to allow desktop sharing in PeopleLink WebRTC applications
文件大小 5.37 KB
安装次数 39
当前版本 3.5
更新时间 2019-03-05
上架时间 2019-02-27
开发者 https://www.peoplelinkvc.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing For PeopleLink WebRTC MCU",
    "author": "PeopleLink",
    "version": "3.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension to allow desktop sharing in PeopleLink WebRTC applications",
    "homepage_url": "https:\/\/www.peoplelinkvc.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}