SimplyVideo Screensharing Extension

Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.

SimplyVideo Screensharing Extension란 무엇입니까?

SimplyVideo Screensharing Extension은(는) Meetings as a Service에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space."입니다.

확장 프로그램 스크린샷

screenshot

SimplyVideo Screensharing Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension enables users of the SimplyVideo web client to share their screen with other conference participants. It does this by allowing any web pages that use the SimplyVideo WebRTC implementation to have access to Chrome's screensharing facility.

The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the SimplyVideo web client from a different domain, you will be asked again to grant that domain access to the extension.                    

확장 프로그램 기본 정보

이름 SimplyVideo Screensharing Extension SimplyVideo Screensharing Extension
ID libfabeekinlfiflmceioonbbgmkfcgi
공식 URL https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi
설명 Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
파일 크기 20.46 KB
설치 횟수 77
현재 버전 1.0.2
최근 업데이트 2019-08-26
출시 날짜 2019-08-25
평점 5.00/5 총 1 개의 평점
개발자 Meetings as a Service
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplyVideo Screensharing Extension",
    "description": "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}