XCast Labs Screensharing

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

Cos'è XCast Labs Screensharing?

XCast Labs Screensharing è un'estensione di Chrome sviluppata da https://xcastlabs.com, e la sua funzione principale è "XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione XCast Labs Screensharing

Scarica i file di estensione XCast Labs Screensharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome XCast Labs Screensharing XCast Labs Screensharing
ID dmkmcfbncloddcinfdifpendjfddnmop
URL Ufficiale https://chromewebstore.google.com/detail/xcast-labs-screensharing/dmkmcfbncloddcinfdifpendjfddnmop
Descrizione XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.
Dimensione del File 12.44 KB
Conteggio Installazioni 115
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-02-11
Data di Pubblicazione 2019-02-11
Sviluppatore https://xcastlabs.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://xcastlabs.com/home/xcast-privacy-statement
Lingue Supportate 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",
        ""
    ]
}