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

Co to jest Jitsi Desktop Streamer for TrueCorp?

Jitsi Desktop Streamer for TrueCorp to rozszerzenie Chrome opracowane przez https://conference.truecorp.co.th, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Jitsi Desktop Streamer for TrueCorp

Pobierz pliki rozszerzeń Jitsi Desktop Streamer for TrueCorp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Jitsi Desktop Streamer for TrueCorp Jitsi Desktop Streamer for TrueCorp
ID nilakhcmgmaaklpndeebjijlbkogknfe
Oficjalny URL https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/nilakhcmgmaaklpndeebjijlbkogknfe
Opis A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp
Rozmiar pliku 35.84 KB
Liczba instalacji 120
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2016-10-06
Data Publikacji 2016-10-06
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper https://conference.truecorp.co.th
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}