Virtulive WebRTC Screensharing

Screenshare extension for Virtulive SmartED and TeamMeet Applications

什麼是Virtulive WebRTC Screensharing?

Virtulive WebRTC Screensharing是由Greeto Joseph開發的Chrome擴展程式,該擴展的主要功能是“Screenshare extension for Virtulive SmartED and TeamMeet Applications”。

擴展截圖

screenshot

下載Virtulive WebRTC Screensharing擴展crx文件

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

擴展使用說明

                        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
官方網址 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
}