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
官方網址 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"
    ]
}