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

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

什么是VISIO - DREAL BFC - Partage d'écran [JITSI]?

VISIO - DREAL BFC - Partage d'écran [JITSI]是由DREAL Bourgogne开发的Chrome扩展程序,该扩展的主要功能是“JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载VISIO - DREAL BFC - Partage d'écran [JITSI]扩展crx文件

下载VISIO - DREAL BFC - Partage d'écran [JITSI]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 VISIO - DREAL BFC - Partage d'écran [JITSI] VISIO - DREAL BFC - Partage d'écran [JITSI]
ID ggdlaaimhomnhcdibepegfikfgmffnjj
官方URL https://chromewebstore.google.com/detail/visio-dreal-bfc-partage-d/ggdlaaimhomnhcdibepegfikfgmffnjj
简介 JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon
文件大小 63.5 KB
安装次数 64
当前版本 1.3
更新时间 2016-01-18
上架时间 2016-01-18
评分 3.00/5 共2次评分
开发者 DREAL Bourgogne
付费类型 free
支持的语言 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\/*"
        ]
    }
}