Jitsi Desktop Streamer for meet.viseven.com
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
What is Jitsi Desktop Streamer for meet.viseven.com?
Jitsi Desktop Streamer for meet.viseven.com is a Chrome extension developed by https://meet.viseven.com, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Extension Screenshots
Download Jitsi Desktop Streamer for meet.viseven.com Extension CRX File
Download Jitsi Desktop Streamer for meet.viseven.com 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
Remote call extension for Viseven
Extension Basic Information
Name | Jitsi Desktop Streamer for meet.viseven.com |
ID | aobebmleelbgbonejgbokglicljhaaae |
Official URL | https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/aobebmleelbgbonejgbokglicljhaaae |
Description | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
File Size | 35.83 KB |
Installation Count | 7,076 |
Current Version | 0.1.7 |
Last Updated | 2017-05-17 |
Publish Date | 2017-05-17 |
Rating | 4.75/5 Total 12 Ratings |
Developer | https://meet.viseven.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for meet.viseven.com", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.7", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.viseven.com\/*" ] } } |