WebinarJam Screen Sharing
WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
Wat is WebinarJam Screen Sharing?
WebinarJam Screen Sharing is een Chrome-extensie ontwikkeld door http://webinarjam.genndi.com, en de belangrijkste functie is "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.".
Extensie Screenshots
Download het CRX-bestand van de extensie WebinarJam Screen Sharing
Download WebinarJam Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | fokdfhbpgcghjfghmjlggjfhkaogooel |
Officiële URL | https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel |
Beschrijving | WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience. |
Bestandsgrootte | 5.6 KB |
Aantal Installaties | 30,000 |
Huidige Versie | 3.0.5 |
Laatst Bijgewerkt | 2017-07-26 |
Publicatiedatum | 2017-07-26 |
Beoordeling | 2.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://webinarjam.genndi.com |
Betalingswijze | free |
Ondersteunde Talen | 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:*\/*" ] } } |