VISIO - DREAL BFC - Partage d'écran [JITSI]
JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon
Wat is VISIO - DREAL BFC - Partage d'écran [JITSI]?
VISIO - DREAL BFC - Partage d'écran [JITSI] is een Chrome-extensie ontwikkeld door DREAL Bourgogne, en de belangrijkste functie is "JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon".
Extensie Screenshots
Download het CRX-bestand van de extensie VISIO - DREAL BFC - Partage d'écran [JITSI]
Download VISIO - DREAL BFC - Partage d'écran [JITSI]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | VISIO - DREAL BFC - Partage d'écran [JITSI] |
ID | ggdlaaimhomnhcdibepegfikfgmffnjj |
Officiële URL | https://chromewebstore.google.com/detail/visio-dreal-bfc-partage-d/ggdlaaimhomnhcdibepegfikfgmffnjj |
Beschrijving | JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon |
Bestandsgrootte | 63.5 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-01-18 |
Publicatiedatum | 2016-01-18 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | DREAL Bourgogne |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |