Virtulive WebRTC Screensharing

Screenshare extension for Virtulive SmartED and TeamMeet Applications

Virtulive WebRTC Screensharing क्या है?

Virtulive WebRTC Screensharing Greeto Joseph द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshare extension for Virtulive SmartED and TeamMeet Applications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        Virtulive WebRTC screensharing extention allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed.This extention to be installed for using  SmartEd and TeamMeet screen sharing feature.                    

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

नाम Virtulive WebRTC Screensharing Virtulive WebRTC Screensharing
ID aieekphhgoefapkmjncejlapegbbmaef
आधिकारिक URL https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef
विवरण Screenshare extension for Virtulive SmartED and TeamMeet Applications
फ़ाइल का आकार 7.45 KB
स्थापना संख्या 150
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2019-11-19
प्रकाशन तिथि 2019-11-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Greeto Joseph
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.virtulive.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtulive WebRTC Screensharing",
    "short_name": "VL Screensharing",
    "version": "1.0.7",
    "author": "Greeto Joseph",
    "minimum_chrome_version": "34",
    "description": "Screenshare extension for Virtulive SmartED and TeamMeet Applications",
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "chromeDesktop.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.virtulive.com\/*",
            "https:\/\/*.virtuxpro.com\/*",
            "https:\/\/*.dhooth.com\/*",
            "https:\/\/*.virtuxpro.lan\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.virtulive.com\/*",
                "https:\/\/*.virtuxpro.com\/*",
                "https:\/\/*.dhooth.com\/*",
                "https:\/\/*.virtuxpro.lan\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}