Vibe Desktop Streamer

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

什麼是Vibe Desktop Streamer?

Vibe Desktop Streamer是由https://vibe.ezuce.com/webrtc開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that allows you to stream your desktop into meetings with vibe webRTC client.”。

擴展截圖

screenshot

下載Vibe Desktop Streamer擴展crx文件

下載Vibe Desktop Streamer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Vibe Desktop Streamer Vibe Desktop Streamer
ID nnbimjkhgefhjjfcfdfnmkmnkgnbnnci
官方網址 https://chromewebstore.google.com/detail/vibe-desktop-streamer/nnbimjkhgefhjjfcfdfnmkmnkgnbnnci
簡介 A simple extension that allows you to stream your desktop into meetings with vibe webRTC client.
檔案大小 10.58 KB
安裝次數 245
目前版本 1.0.8
更新時間 2018-10-18
上架時間 2018-10-18
評分 5.00/5 共 1 次評分
開發者 https://vibe.ezuce.com/webrtc
付費類型 free
支援的語言 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"
}