ConX WebRTC Screen Sharing
Screen sharing extension for ConX
What is ConX WebRTC Screen Sharing?
ConX WebRTC Screen Sharing is a Chrome extension developed by https://video.infocus.net, and its main feature is "Screen sharing extension for ConX".
Extension Screenshots
Download ConX WebRTC Screen Sharing Extension CRX File
Download ConX WebRTC 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
Share your screen in a ConX meeting When you use Chrome to join a meeting, the ConX Screen Sharing Extension lets you: • Share your screen • Share desktop app
Extension Basic Information
Name | |
ID | loabbhkaggnbjecbakfnjlnnpmoncnbg |
Official URL | https://chrome.google.com/webstore/detail/conx-webrtc-screen-sharin/loabbhkaggnbjecbakfnjlnnpmoncnbg |
Description | Screen sharing extension for ConX |
File Size | 9.02 KB |
Installation Count | 139 |
Current Version | 0.5 |
Last Updated | 2019-03-22 |
Publish Date | 2019-03-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://video.infocus.net |
Payment Type | free |
Privacy Policy Page URL | https://www.infocus.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ConX WebRTC Screen Sharing", "description": "Screen sharing extension for ConX", "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.infocus.net\/*", "*:\/\/*.avistar.com\/*", "*:\/\/*.conxme.net\/*", "*:\/\/*.conxme.cn\/*", "*:\/\/*.conxme.com\/*", "*:\/\/*.vcfxn.com\/*", "*:\/\/*.vcfxn.net\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.infocus.net\/*", "*:\/\/*.avistar.com\/*", "*:\/\/*.conxme.net\/*", "*:\/\/*.conxme.cn\/*", "*:\/\/*.conxme.com\/*", "*:\/\/*.vcfxn.com\/*", "*:\/\/*.vcfxn.net\/*" ] }, "minimum_chrome_version": "34", "permissions": [ "desktopCapture", "nativeMessaging", "tabs", "*:\/\/*.infocus.net\/*", "*:\/\/*.avistar.com\/*", "*:\/\/*.conxme.net\/*", "*:\/\/*.vcfxn.com\/*", "*:\/\/*.vcfxn.net\/*", "*:\/\/*.conxme.cn\/*", "*:\/\/*.conxme.com\/*" ], "version": "0.5" } |