TMA Jitsi Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.

What is TMA Jitsi Desktop Streamer?

TMA Jitsi Desktop Streamer is a Chrome extension developed by https://tma.com.vn, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".

Download TMA Jitsi Desktop Streamer Extension CRX File

Download TMA Jitsi Desktop Streamer 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

                                            

Extension Basic Information

Name TMA Jitsi Desktop Streamer TMA Jitsi Desktop Streamer
ID eoijkicehngdmkmbbnaimedhggdaijlk
Official URL https://chromewebstore.google.com/detail/tma-jitsi-desktop-streame/eoijkicehngdmkmbbnaimedhggdaijlk
Description A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
File Size 35 KB
Installation Count 77
Current Version 0.1.8
Last Updated 2017-10-12
Publish Date 2017-10-12
Rating 5.00/5 Total 4 Ratings
Developer https://tma.com.vn
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TMA Jitsi Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.",
    "version": "0.1.8",
    "minimum_chrome_version": "34",
    "short_name": "TMA Jitsi",
    "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": [
            "*:\/\/meeting.tma.com.vn\/*"
        ]
    }
}