XCast Labs Screensharing

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

Vad är XCast Labs Screensharing?

XCast Labs Screensharing är en Chrome-tillägg utvecklad av https://xcastlabs.com, och dess huvudfunktion är "XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner XCast Labs Screensharing-förlängningens CRX-fil

Ladda ner XCast Labs Screensharing-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

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

Grundläggande Information om Tillägg

Namn XCast Labs Screensharing XCast Labs Screensharing
ID dmkmcfbncloddcinfdifpendjfddnmop
Officiell webbadress https://chromewebstore.google.com/detail/xcast-labs-screensharing/dmkmcfbncloddcinfdifpendjfddnmop
Beskrivning XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.
Filstorlek 12.44 KB
Antal Installationer 115
Aktuell Version 1.0.1
Senast Uppdaterad 2019-02-11
Publiceringsdatum 2019-02-11
Utvecklare https://xcastlabs.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://xcastlabs.com/home/xcast-privacy-statement
Stödda Språk 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",
        ""
    ]
}