Eureka Video Web Conference - Screen Sharing
Enable screen sharing on your web conference offered by eureka.video
What is Eureka Video Web Conference - Screen Sharing?
Eureka Video Web Conference - Screen Sharing is a Chrome extension developed by engineering.mnf, and its main feature is "Enable screen sharing on your web conference offered by eureka.video".
Extension Screenshots
Download Eureka Video Web Conference - Screen Sharing Extension CRX File
Download Eureka Video Web Conference - 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
Allow sharing of your application window, entire screen or chrome tab. Offered by: eureka.video
Extension Basic Information
Name | Eureka Video Web Conference - Screen Sharing |
ID | pcaofgjmogphmifadphfdifomgdflmkb |
Official URL | https://chromewebstore.google.com/detail/eureka-video-web-conferen/pcaofgjmogphmifadphfdifomgdflmkb |
Description | Enable screen sharing on your web conference offered by eureka.video |
File Size | 3.44 KB |
Installation Count | 35 |
Current Version | 1.0.2 |
Last Updated | 2019-04-30 |
Publish Date | 2019-04-29 |
Developer | engineering.mnf |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eureka Video Web Conference - Screen Sharing", "description": "Enable screen sharing on your web conference offered by eureka.video", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "https:\/\/web-uat.bcme.global\/*", "https:\/\/dmrix91mi0km1.cloudfront.net\/*", "https:\/\/eureka.video\/*", "https:\/\/ozlink.video\/*", "https:\/\/express.video\/*" ] }, "permissions": [ "desktopCapture" ] } |