Screen Capturing For PeopleLink WebRTC MCU

Extension to allow desktop sharing in PeopleLink WebRTC applications

Co to jest Screen Capturing For PeopleLink WebRTC MCU?

Screen Capturing For PeopleLink WebRTC MCU to rozszerzenie Chrome opracowane przez https://www.peoplelinkvc.com, a jego główną funkcją jest „Extension to allow desktop sharing in PeopleLink WebRTC applications”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Screen Capturing For PeopleLink WebRTC MCU

Pobierz pliki rozszerzeń Screen Capturing For PeopleLink WebRTC MCU w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Screen Capturing For PeopleLink WebRTC MCU Screen Capturing For PeopleLink WebRTC MCU
ID peoppppcbifchfkbahchpncbcjdfdnbm
Oficjalny URL https://chromewebstore.google.com/detail/screen-capturing-for-peop/peoppppcbifchfkbahchpncbcjdfdnbm
Opis Extension to allow desktop sharing in PeopleLink WebRTC applications
Rozmiar pliku 5.37 KB
Liczba instalacji 39
Aktualna Wersja 3.5
Ostatnia Aktualizacja 2019-03-05
Data Publikacji 2019-02-27
Deweloper https://www.peoplelinkvc.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}