Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Cos'è Crowdcast Screensharing?
Crowdcast Screensharing è un'estensione di Chrome sviluppata da https://www.crowdcast.io, e la sua funzione principale è "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crowdcast Screensharing
Scarica i file di estensione Crowdcast Screensharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
URL Ufficiale | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Descrizione | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Dimensione del File | 16.53 KB |
Conteggio Installazioni | 3,046 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2018-05-02 |
Data di Pubblicazione | 2018-05-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://www.crowdcast.io |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |