Screen Capturing For PeopleLink WebRTC MCU

Extension to allow desktop sharing in PeopleLink WebRTC applications

Vad är Screen Capturing For PeopleLink WebRTC MCU?

Screen Capturing For PeopleLink WebRTC MCU är en Chrome-tillägg utvecklad av https://www.peoplelinkvc.com, och dess huvudfunktion är "Extension to allow desktop sharing in PeopleLink WebRTC applications".

Tilläggsskärmbilder

screenshot

Ladda ner Screen Capturing For PeopleLink WebRTC MCU-förlängningens CRX-fil

Ladda ner Screen Capturing For PeopleLink WebRTC MCU-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Screen Capturing For PeopleLink WebRTC MCU Screen Capturing For PeopleLink WebRTC MCU
ID peoppppcbifchfkbahchpncbcjdfdnbm
Officiell webbadress https://chromewebstore.google.com/detail/screen-capturing-for-peop/peoppppcbifchfkbahchpncbcjdfdnbm
Beskrivning Extension to allow desktop sharing in PeopleLink WebRTC applications
Filstorlek 5.37 KB
Antal Installationer 39
Aktuell Version 3.5
Senast Uppdaterad 2019-03-05
Publiceringsdatum 2019-02-27
Utvecklare https://www.peoplelinkvc.com
Betalningssätt free
Stödda Språk 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"
    ]
}