Exentriq Desktop Streamer

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

Was ist Exentriq Desktop Streamer?

Exentriq Desktop Streamer ist eine Chrome-Erweiterung, die von https://talk.exentriq.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.".

Erweiterungsscreenshots

screenshot
screenshot

Exentriq Desktop Streamer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Exentriq Desktop Streamer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Exentriq Desktop Streamer Exentriq Desktop Streamer
ID mkaenpdiljjlapjnnnkdihfmmdpheddo
Offizielle URL https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo
Beschreibung A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
Dateigröße 20.8 KB
Installationsanzahl 45
Aktuelle Version 0.1.9
Letztes Update 2017-02-09
Veröffentlichungsdatum 2017-02-09
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://talk.exentriq.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.exentriq.com/terms
Unterstützte Sprachen 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\/*"
        ]
    }
}