VISIO - DREAL BFC - Partage d'écran [JITSI]

JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon

Co to jest VISIO - DREAL BFC - Partage d'écran [JITSI]?

VISIO - DREAL BFC - Partage d'écran [JITSI] to rozszerzenie Chrome opracowane przez DREAL Bourgogne, a jego główną funkcją jest „JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VISIO - DREAL BFC - Partage d'écran [JITSI]

Pobierz pliki rozszerzeń VISIO - DREAL BFC - Partage d'écran [JITSI] 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

                        Plugin Partage d'écran pour système de visioconférence Jitsi Meet DREAL

Cette extension pour Chrome permet de partager la vision de votre écran d'ordinateur (par exemple: Impress, Calc, Writer ou toutes autres applications) sous JITSI MEET - Serveur DREAL BFC.

Utilisation:
Pour activer cette option, cliquer sur l'icone de partage d'écran (faire glisser la souris sur le haut de votre fenêtre de "visio" pour activer la barre de ressources) et de choisir la fenêtre à partager.
L'icone apparaît en surbrillance.

Pour mettre fin au partage, "re-cliquer" sur la même icone, celle-ci apparaît éteinte.                    

Podstawowe informacje o rozszerzeniu

Nazwa VISIO - DREAL BFC - Partage d'écran [JITSI] VISIO - DREAL BFC - Partage d'écran [JITSI]
ID ggdlaaimhomnhcdibepegfikfgmffnjj
Oficjalny URL https://chromewebstore.google.com/detail/visio-dreal-bfc-partage-d/ggdlaaimhomnhcdibepegfikfgmffnjj
Opis JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon
Rozmiar pliku 63.5 KB
Liczba instalacji 64
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-01-18
Data Publikacji 2016-01-18
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper DREAL Bourgogne
Typ Płatności free
Obsługiwane Języki fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VISIO - DREAL BFC - Partage d'\u00e9cran [JITSI]",
    "description": "JITSI MEET - Plugin de partage d'\u00e9cran - Serveur DREAL BFC - Dijon",
    "author": "Laurent ASSENAT - DREAL Bourgogne - GIL",
    "version": "1.3",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "dreal16.png",
        "48": "dreal48.png",
        "128": "dreal128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/10.21.130.90\/*",
            "*:\/\/10.21.128.215\/*",
            "*:\/\/10.21.128.216\/*",
            "*:\/\/10.21.128.217\/*",
            "*:\/\/webconf.din.developpement-durable.gouv.fr\/*"
        ]
    }
}