Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Qu'est-ce que Crowdcast Screensharing ?
Crowdcast Screensharing est une extension Chrome développée par https://www.crowdcast.io, et sa fonction principale est "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crowdcast Screensharing
Téléchargez les fichiers d'extension Crowdcast Screensharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
URL Officiel | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Description | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Taille du Fichier | 16.53 KB |
Nombre d'Installations | 3,046 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2018-05-02 |
Date de Publication | 2018-05-02 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://www.crowdcast.io |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |