Crowdcast Screensharing

This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.

What is Crowdcast Screensharing?

Crowdcast Screensharing is a Chrome extension developed by https://www.crowdcast.io, and its main feature is "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".

Extension Screenshots

screenshot

Download Crowdcast Screensharing Extension CRX File

Download Crowdcast 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

                        This extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!                    

Extension Basic Information

Name Crowdcast Screensharing Crowdcast Screensharing
ID kgmadhplahebfoiijgloflhakfjlkbpb
Official URL https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb
Description This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
File Size 16.53 KB
Installation Count 3,046
Current Version 2.1.0
Last Updated 2018-05-02
Publish Date 2018-05-02
Rating 5.00/5 Total 3 Ratings
Developer https://www.crowdcast.io
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowdcast Screensharing",
    "author": "Crowdcast, Inc.",
    "version": "2.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.crowdcast.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.crowdcast.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}