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文件

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

擴展使用說明

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