XCast Labs Screensharing

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

What is XCast Labs Screensharing?

XCast Labs Screensharing is a Chrome extension developed by https://xcastlabs.com, and its main feature is "XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download XCast Labs Screensharing Extension CRX File

Download XCast Labs Screensharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name XCast Labs Screensharing XCast Labs Screensharing
ID dmkmcfbncloddcinfdifpendjfddnmop
Official URL https://chromewebstore.google.com/detail/xcast-labs-screensharing/dmkmcfbncloddcinfdifpendjfddnmop
Description XCast Labs Screensharing extension allows you to share entire screen or application window while using XCast Labs web application.
File Size 12.44 KB
Installation Count 115
Current Version 1.0.1
Last Updated 2019-02-11
Publish Date 2019-02-11
Developer https://xcastlabs.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://xcastlabs.com/home/xcast-privacy-statement
Supported Languages 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",
        ""
    ]
}