MeetSpace

MeetSpace video conferencing for teams

What is MeetSpace?

MeetSpace is a Chrome extension developed by http://meetspaceapp.com, and its main feature is "MeetSpace video conferencing for teams".

Download MeetSpace Extension CRX File

Download MeetSpace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The MeetSpace Chrome extension enables screen sharing.                    

Extension Basic Information

Name MeetSpace MeetSpace
ID jckpjdbhkbcbinhhdkjoidcblpaedlkf
Official URL https://chrome.google.com/webstore/detail/meetspace/jckpjdbhkbcbinhhdkjoidcblpaedlkf
Description MeetSpace video conferencing for teams
File Size 7.25 KB
Installation Count 74
Current Version 1.0.3
Last Updated 2016-12-21
Publish Date 2016-12-21
Rating 5.00/5 Total 1 Ratings
Developer http://meetspaceapp.com
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}