Exentriq Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.

Co to jest Exentriq Desktop Streamer?

Exentriq Desktop Streamer to rozszerzenie Chrome opracowane przez https://talk.exentriq.com, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Exentriq Desktop Streamer

Pobierz pliki rozszerzeń Exentriq Desktop Streamer 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

                        Exentriq Meet allows to have your communication tools all in one place and fully integrated with your favorite automation apps. With Exentriq Meet you can share your screen as well as a Prezi presentations or Exentriq presentations.                    

Podstawowe informacje o rozszerzeniu

Nazwa Exentriq Desktop Streamer Exentriq Desktop Streamer
ID mkaenpdiljjlapjnnnkdihfmmdpheddo
Oficjalny URL https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo
Opis A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
Rozmiar pliku 20.8 KB
Liczba instalacji 45
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2017-02-09
Data Publikacji 2017-02-09
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://talk.exentriq.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.exentriq.com/terms
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exentriq Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.",
    "version": "0.1.9",
    "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": [
            "*:\/\/talk-stage.exentriq.com\/*",
            "*:\/\/talk.exentriq.com\/*",
            "*:\/\/meet.exentriq.com\/*"
        ]
    }
}