JetWebinar Screen Sharing
This extension enables JetWebinar broadcasters to share their screen
What is JetWebinar Screen Sharing?
JetWebinar Screen Sharing is a Chrome extension developed by https://jetwebinar.com, and its main feature is "This extension enables JetWebinar broadcasters to share their screen".
Extension Screenshots
Download JetWebinar Screen Sharing Extension CRX File
Download JetWebinar 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
JetWebinar is a real-time live and simulated live webinar hosting platform. This is the Screen Sharing plugin, which allows webinar hosts to share their desktops in real-time in Chrome.
Extension Basic Information
Name | JetWebinar Screen Sharing |
ID | elpoagpgipenhjnfgljbnacmgeihhhdm |
Official URL | https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm |
Description | This extension enables JetWebinar broadcasters to share their screen |
File Size | 23.19 KB |
Installation Count | 2,839 |
Current Version | 2019.9.16 |
Last Updated | 2019-09-16 |
Publish Date | 2019-09-16 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://jetwebinar.com |
Payment Type | free |
Supported Languages | de,en,en-GB,en-US,fr,nl,es,es-419,hu,ru,uk,iw,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2019.9.16", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "jw-16.png", "32": "jw-32.png", "48": "jw-48.png", "128": "jw-128.png" }, "author": "JetWebinar, Inc.", "background": { "scripts": [ "screenSharing.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/phenixp2p.com\/*", "*:\/\/*.phenixp2p.com\/*", "*:\/\/phenixrts.com\/*", "*:\/\/*.phenixrts.com\/*", "*:\/\/*.jetwebinar.com\/*", "*:\/\/*.onlinecoachinggroup.com\/*" ] }, "homepage_url": "https:\/\/www.jetwebinar.com\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "short_name": "__MSG_extShortName__" } |