Vibe Desktop Streamer

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

Vibe Desktop Streamer क्या है?

Vibe Desktop Streamer https://ltt096-36.science.upjs.sk/webrtc/dist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vibe Desktop Streamer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
आधिकारिक URL https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
विवरण A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
फ़ाइल का आकार 8.36 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-05-15
प्रकाशन तिथि 2018-05-15
डेवलपर https://ltt096-36.science.upjs.sk/webrtc/dist
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}