XCast Labs Screensharing

XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.

Wat is XCast Labs Screensharing?

XCast Labs Screensharing is een Chrome-extensie ontwikkeld door https://xcastlabs.com, en de belangrijkste functie is "XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie XCast Labs Screensharing

Download XCast Labs Screensharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.                    

Basisinformatie over de Extensie

Naam XCast Labs Screensharing XCast Labs Screensharing
ID dmkmcfbncloddcinfdifpendjfddnmop
Officiële URL https://chromewebstore.google.com/detail/xcast-labs-screensharing/dmkmcfbncloddcinfdifpendjfddnmop
Beschrijving XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.
Bestandsgrootte 12.44 KB
Aantal Installaties 115
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-02-11
Publicatiedatum 2019-02-11
Ontwikkelaar https://xcastlabs.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://xcastlabs.com/home/xcast-privacy-statement
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XCast Labs Screensharing",
    "short_name": "XCast Labs",
    "description": "XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        ""
    ]
}