Jitsi Desktop Streamer for TrueCorp

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

What is Jitsi Desktop Streamer for TrueCorp?

Jitsi Desktop Streamer for TrueCorp is a Chrome extension developed by https://conference.truecorp.co.th, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp".

Extension Screenshots

screenshot

Download Jitsi Desktop Streamer for TrueCorp Extension CRX File

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

                        For https://conference.truecorp.co.th                    

Extension Basic Information

Name Jitsi Desktop Streamer for TrueCorp Jitsi Desktop Streamer for TrueCorp
ID nilakhcmgmaaklpndeebjijlbkogknfe
Official URL https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/nilakhcmgmaaklpndeebjijlbkogknfe
Description A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp
File Size 35.84 KB
Installation Count 120
Current Version 0.1.5
Last Updated 2016-10-06
Publish Date 2016-10-06
Rating 3.00/5 Total 1 Ratings
Developer https://conference.truecorp.co.th
Email [email protected]
Payment Type free
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer for TrueCorp",
    "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp",
    "version": "0.1.5",
    "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": [
            "*:\/\/conference.truecorp.co.th\/*"
        ]
    }
}