Crowdcast Screensharing

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

Vad är Crowdcast Screensharing?

Crowdcast Screensharing är en Chrome-tillägg utvecklad av https://www.crowdcast.io, och dess huvudfunktion är "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".

Tilläggsskärmbilder

screenshot

Ladda ner Crowdcast Screensharing-förlängningens CRX-fil

Ladda ner Crowdcast 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

                        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!                    

Grundläggande Information om Tillägg

Namn Crowdcast Screensharing Crowdcast Screensharing
ID kgmadhplahebfoiijgloflhakfjlkbpb
Officiell webbadress https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb
Beskrivning This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Filstorlek 16.53 KB
Antal Installationer 3,046
Aktuell Version 2.1.0
Senast Uppdaterad 2018-05-02
Publiceringsdatum 2018-05-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.crowdcast.io
Betalningssätt free
Stödda Språk 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"
    ]
}