Exentriq Desktop Streamer

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

Cos'è Exentriq Desktop Streamer?

Exentriq Desktop Streamer è un'estensione di Chrome sviluppata da https://talk.exentriq.com, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Exentriq Desktop Streamer

Scarica i file di estensione Exentriq Desktop Streamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Exentriq Desktop Streamer Exentriq Desktop Streamer
ID mkaenpdiljjlapjnnnkdihfmmdpheddo
URL Ufficiale https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo
Descrizione A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
Dimensione del File 20.8 KB
Conteggio Installazioni 45
Versione Corrente 0.1.9
Ultimo Aggiornamento 2017-02-09
Data di Pubblicazione 2017-02-09
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://talk.exentriq.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.exentriq.com/terms
Lingue Supportate 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\/*"
        ]
    }
}