WebinarJam Screen Sharing
WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
Qu'est-ce que WebinarJam Screen Sharing ?
WebinarJam Screen Sharing est une extension Chrome développée par http://webinarjam.genndi.com, et sa fonction principale est "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebinarJam Screen Sharing
Téléchargez les fichiers d'extension WebinarJam Screen Sharing 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
Informations de Base sur l'Extension
Nom | |
ID | fokdfhbpgcghjfghmjlggjfhkaogooel |
URL Officiel | https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel |
Description | WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience. |
Taille du Fichier | 5.6 KB |
Nombre d'Installations | 30,000 |
Version Actuelle | 3.0.5 |
Dernière Mise à Jour | 2017-07-26 |
Date de Publication | 2017-07-26 |
Évaluation | 2.75/5 Total 4 Évaluations |
Développeur | http://webinarjam.genndi.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebinarJam Screen Sharing", "author": "Genesis Digital, LLC", "version": "3.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.", "homepage_url": "https:\/\/www.webinarjam.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ], "externally_connectable": { "matches": [ "*:\/\/*.genndidev.com:*\/*", "*:\/\/*.genndi.com:*\/*", "*:\/\/*.genndi.dev:*\/*" ] } } |