AVMI Screensharing Extension

Enables Screen Sharing for your AVMI Virtual Meeting Space.

什么是AVMI Screensharing Extension?

AVMI Screensharing Extension是由Meetings as a Service开发的Chrome扩展程序,该扩展的主要功能是“Enables Screen Sharing for your AVMI Virtual Meeting Space.”。

扩展截图

screenshot

下载AVMI Screensharing Extension扩展crx文件

下载AVMI Screensharing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Chrome extension enables users of the AVMI web client to share their screen with other conference participants. It does this by allowing any web pages that use the AVMI 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 AVMI web client from a different domain, you will be asked again to grant that domain access to the extension.                    

扩展基本信息

名称 AVMI Screensharing Extension AVMI Screensharing Extension
ID kpmeklahnblgjgbonamckdpeekfdibmd
官方URL https://chromewebstore.google.com/detail/avmi-screensharing-extens/kpmeklahnblgjgbonamckdpeekfdibmd
简介 Enables Screen Sharing for your AVMI Virtual Meeting Space.
文件大小 28.15 KB
安装次数 28
当前版本 1.0.2
更新时间 2018-09-11
上架时间 2018-09-11
开发者 Meetings as a Service
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AVMI Screensharing Extension",
    "description": "Enables Screen Sharing for your AVMI Virtual Meeting Space.",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}