Screen Capturing For PeopleLink WebRTC MCU

Extension to allow desktop sharing in PeopleLink WebRTC applications

Screen Capturing For PeopleLink WebRTC MCU là gì?

Screen Capturing For PeopleLink WebRTC MCU là một tiện ích mở rộng Chrome được phát triển bởi https://www.peoplelinkvc.com, và tính năng chính của nó là "Extension to allow desktop sharing in PeopleLink WebRTC applications".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screen Capturing For PeopleLink WebRTC MCU

Tải xuống các tệp mở rộng Screen Capturing For PeopleLink WebRTC MCU dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screen Capturing For PeopleLink WebRTC MCU Screen Capturing For PeopleLink WebRTC MCU
ID peoppppcbifchfkbahchpncbcjdfdnbm
URL Chính Thức https://chromewebstore.google.com/detail/screen-capturing-for-peop/peoppppcbifchfkbahchpncbcjdfdnbm
Mô tả Extension to allow desktop sharing in PeopleLink WebRTC applications
Kích Thước Tệp 5.37 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-02-27
Nhà Phát Triển https://www.peoplelinkvc.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}