Jitsi Desktop Streamer VCC

Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.

Wat is Jitsi Desktop Streamer VCC?

Jitsi Desktop Streamer VCC is een Chrome-extensie ontwikkeld door shwan.ciyako, en de belangrijkste functie is "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.".

Download het CRX-bestand van de extensie Jitsi Desktop Streamer VCC

Download Jitsi Desktop Streamer VCC-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

                        This is a simple copy of jidesha with custom url for internal testing only. 
Do not install it if you have not been sent here by an adminstrator.                    

Basisinformatie over de Extensie

Naam Jitsi Desktop Streamer VCC Jitsi Desktop Streamer VCC
ID agikdmapedbhblkeijolnojcjgkhoial
Officiële URL https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial
Beschrijving Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Bestandsgrootte 36.09 KB
Aantal Installaties 15
Huidige Versie 0.1.6
Laatst Bijgewerkt 2018-04-25
Publicatiedatum 2018-04-25
Ontwikkelaar shwan.ciyako
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer VCC",
    "description": "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.",
    "version": "0.1.6",
    "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": [
            "*:\/\/artinfcm.volvocars.net\/*"
        ]
    }
}