WebinarJam Screen Sharing
WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
What is WebinarJam Screen Sharing?
WebinarJam Screen Sharing is a Chrome extension developed by http://webinarjam.genndi.com, and its main feature is "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.".
Extension Screenshots
Download WebinarJam Screen Sharing Extension CRX File
Download WebinarJam Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | fokdfhbpgcghjfghmjlggjfhkaogooel |
Official URL | 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. |
File Size | 5.6 KB |
Installation Count | 30,000 |
Current Version | 3.0.5 |
Last Updated | 2017-07-26 |
Publish Date | 2017-07-26 |
Rating | 2.75/5 Total 4 Ratings |
Developer | http://webinarjam.genndi.com |
Payment Type | free |
Supported Languages | 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:*\/*" ] } } |