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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}