Jitsi Desktop Streamer for True IT

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

Co to jest Jitsi Desktop Streamer for True IT?

Jitsi Desktop Streamer for True IT to rozszerzenie Chrome opracowane przez koknoy, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.”.

Pobierz plik CRX rozszerzenia Jitsi Desktop Streamer for True IT

Pobierz pliki rozszerzeń Jitsi Desktop Streamer for True IT 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

                        allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT                    

Podstawowe informacje o rozszerzeniu

Nazwa Jitsi Desktop Streamer for True IT Jitsi Desktop Streamer for True IT
ID eldcfdfejpakcipnlkkcicbfgdapplbi
Oficjalny URL https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi
Opis A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Rozmiar pliku 15.64 KB
Liczba instalacji 21
Aktualna Wersja 0.1.8
Ostatnia Aktualizacja 2016-12-27
Data Publikacji 2016-12-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper koknoy
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer for True IT",
    "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",
    "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": [
            "*:\/\/61.90.233.141\/*"
        ]
    }
}