Crowdcast Screensharing

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

Co je Crowdcast Screensharing?

Crowdcast Screensharing je rozšíření Chrome vyvinuté https://www.crowdcast.io, a jeho hlavní funkcí je „This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Crowdcast Screensharing

Stáhněte si soubory rozšíření Crowdcast Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Crowdcast Screensharing Crowdcast Screensharing
ID kgmadhplahebfoiijgloflhakfjlkbpb
Oficiální URL https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb
Popis This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Velikost souboru 16.53 KB
Počet instalací 3,046
Aktuální Verze 2.1.0
Poslední Aktualizace 2018-05-02
Datum Vydání 2018-05-02
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://www.crowdcast.io
Typ Platby free
Podporované Jazyky 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"
    ]
}