Crowdcast Screensharing

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

Wat is Crowdcast Screensharing?

Crowdcast Screensharing is een Chrome-extensie ontwikkeld door https://www.crowdcast.io, en de belangrijkste functie is "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crowdcast Screensharing

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

                        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!                    

Basisinformatie over de Extensie

Naam Crowdcast Screensharing Crowdcast Screensharing
ID kgmadhplahebfoiijgloflhakfjlkbpb
Officiële URL https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb
Beschrijving This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Bestandsgrootte 16.53 KB
Aantal Installaties 3,046
Huidige Versie 2.1.0
Laatst Bijgewerkt 2018-05-02
Publicatiedatum 2018-05-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.crowdcast.io
Betalingswijze free
Ondersteunde Talen 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"
    ]
}