Vibe Desktop Streamer

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

Apa itu Vibe Desktop Streamer?

Vibe Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://ltt096-36.science.upjs.sk/webrtc/dist, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".

Unduh Berkas CRX Ekstensi Vibe Desktop Streamer

Unduh file ekstensi Vibe Desktop Streamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
URL Resmi https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
Deskripsi A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Ukuran File 8.36 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-05-15
Tanggal Publikasi 2018-05-15
Pengembang https://ltt096-36.science.upjs.sk/webrtc/dist
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.",
    "externally_connectable": {
        "matches": [
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*",
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*",
            "*:\/\/vibe.ezuce.com\/webrtc\/*"
        ]
    },
    "icons": {
        "128": "viewme-logo-128x128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vibe Desktop Streamer",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}