Screen Capturing For PeopleLink WebRTC MCU

Extension to allow desktop sharing in PeopleLink WebRTC applications

What is Screen Capturing For PeopleLink WebRTC MCU?

Screen Capturing For PeopleLink WebRTC MCU is a Chrome extension developed by https://www.peoplelinkvc.com, and its main feature is "Extension to allow desktop sharing in PeopleLink WebRTC applications".

Extension Screenshots

screenshot

Download Screen Capturing For PeopleLink WebRTC MCU Extension CRX File

Download Screen Capturing For PeopleLink WebRTC MCU extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Screen Capturing For PeopleLink WebRTC MCU Screen Capturing For PeopleLink WebRTC MCU
ID peoppppcbifchfkbahchpncbcjdfdnbm
Official URL https://chromewebstore.google.com/detail/screen-capturing-for-peop/peoppppcbifchfkbahchpncbcjdfdnbm
Description Extension to allow desktop sharing in PeopleLink WebRTC applications
File Size 5.37 KB
Installation Count 39
Current Version 3.5
Last Updated 2019-03-05
Publish Date 2019-02-27
Developer https://www.peoplelinkvc.com
Payment Type free
Supported Languages 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"
    ]
}