MeetSpace

MeetSpace video conferencing for teams

什么是MeetSpace?

MeetSpace是由http://meetspaceapp.com开发的Chrome扩展程序,该扩展的主要功能是“MeetSpace video conferencing for teams”。

下载MeetSpace扩展crx文件

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

扩展使用说明

                        The MeetSpace Chrome extension enables screen sharing.                    

扩展基本信息

名称 MeetSpace MeetSpace
ID jckpjdbhkbcbinhhdkjoidcblpaedlkf
官方URL https://chrome.google.com/webstore/detail/meetspace/jckpjdbhkbcbinhhdkjoidcblpaedlkf
简介 MeetSpace video conferencing for teams
文件大小 7.25 KB
安装次数 74
当前版本 1.0.3
更新时间 2016-12-21
上架时间 2016-12-21
评分 5.00/5 共1次评分
开发者 http://meetspaceapp.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeetSpace",
    "description": "MeetSpace video conferencing for teams",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "http:\/\/www.meetspaceapp.com",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/meetspaceapp.com\/*",
                "https:\/\/localhost:3000\/*"
            ]
        }
    ]
}