Infranix Visio
A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
What is Infranix Visio?
Infranix Visio is a Chrome extension developed by https://visio.infranix.eu, and its main feature is "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.".
Extension Screenshots
Download Infranix Visio Extension CRX File
Download Infranix Visio 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
A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.
Extension Basic Information
Name | |
ID | daeeompdcjaaljdkecpcimgabafbkone |
Official URL | https://chrome.google.com/webstore/detail/infranix-visio/daeeompdcjaaljdkecpcimgabafbkone |
Description | A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge. |
File Size | 14.24 KB |
Installation Count | 367 |
Current Version | 0.1.8 |
Last Updated | 2017-04-03 |
Publish Date | 2017-04-03 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://visio.infranix.eu |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infranix Visio", "description": "A simple extension that allows you to stream your desktop into Infranix meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "infranix-logo-16.png", "48": "infranix-logo-48.png", "128": "infranix-logo-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/visio.infranix.eu\/*" ] } } |