Jitsi Desktop Streamer VCC
Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
Qu'est-ce que Jitsi Desktop Streamer VCC ?
Jitsi Desktop Streamer VCC est une extension Chrome développée par shwan.ciyako, et sa fonction principale est "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.".
Télécharger le fichier CRX de l'extension Jitsi Desktop Streamer VCC
Téléchargez les fichiers d'extension Jitsi Desktop Streamer VCC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | agikdmapedbhblkeijolnojcjgkhoial |
URL Officiel | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial |
Description | Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet. |
Taille du Fichier | 36.09 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2018-04-25 |
Date de Publication | 2018-04-25 |
Développeur | shwan.ciyako |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |