Vibe Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with vibe webRTC client.

Qu'est-ce que Vibe Desktop Streamer ?

Vibe Desktop Streamer est une extension Chrome développée par https://vibe.ezuce.com/webrtc, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with vibe webRTC client.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vibe Desktop Streamer

Téléchargez les fichiers d'extension Vibe Desktop Streamer 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

                                            

Informations de Base sur l'Extension

Nom Vibe Desktop Streamer Vibe Desktop Streamer
ID nnbimjkhgefhjjfcfdfnmkmnkgnbnnci
URL Officiel https://chromewebstore.google.com/detail/vibe-desktop-streamer/nnbimjkhgefhjjfcfdfnmkmnkgnbnnci
Description A simple extension that allows you to stream your desktop into meetings with vibe webRTC client.
Taille du Fichier 10.58 KB
Nombre d'Installations 245
Version Actuelle 1.0.8
Dernière Mise à Jour 2018-10-18
Date de Publication 2018-10-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://vibe.ezuce.com/webrtc
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "A simple extension that allows you to stream your desktop into meetings with vibe webRTC client.",
    "externally_connectable": {
        "matches": [
            "*:\/\/vibe.ezuce.com\/webrtc\/*"
        ]
    },
    "icons": {
        "128": "vibe-logo-128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw4ZBBZ1fs42PQ6lXwFKqO\/cAR2ne4132zIjB2O1AH9f3Zik56w1Kis1hvAhdKADPznCgpn6kJATkj3g7z050DhTp6VRCV3xJ6J3UXhra3dkS4gMmWbWOwMGzWsGmAr3mhzCgRKZCaLs28qYfcc9IwDbBhBSwJVAYIBxmXw1beDPFbGaafVEiDpuygAg6O+JiH+3NbLuYa2ozzgEfhd9c4TSMIZv5syH4OUgvLu9f6Q2lLGvuR7IQ00wEF7YnYpFWJubkEtqtT4kxjjtdXfPKKPZFA\/cuxCCIL4Za6es7jszU1Jby6dJvnqANmm+xeowUgVl7gHYFZ+7L+2Lyiuh\/0wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vibe Desktop Streamer",
    "short_name": "Vibe Desktop",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}