Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Hvad er Crowdcast Screensharing?
Crowdcast Screensharing er en Chrome-udvidelse udviklet af https://www.crowdcast.io, og dens hovedfunktion er "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Udvidelsesskærmbilleder
Download Crowdcast Screensharing-udvidelses-CRX-fil
Download Crowdcast Screensharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
Officiel URL | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Beskrivelse | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Filstørrelse | 16.53 KB |
Antal Installationer | 3,046 |
Nuværende Version | 2.1.0 |
Senest Opdateret | 2018-05-02 |
Udgivelsesdato | 2018-05-02 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://www.crowdcast.io |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |