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"
    ]
}