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] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DREAL Bourgogne และคุณลักษณะหลักของมันคือ "JITSI MEET - Plugin de partage d'écran - Serveur DREAL BFC - Dijon"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VISIO - DREAL BFC - Partage d'écran [JITSI]

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}