Mezz-In Screenshare

Enables screen sharing to Mezzanine for Mezz-In participants

What is Mezz-In Screenshare?

Mezz-In Screenshare is a Chrome extension developed by oblong.bcn.mobile, and its main feature is "Enables screen sharing to Mezzanine for Mezz-In participants".

Extension Screenshots

screenshot

Download Mezz-In Screenshare Extension CRX File

Download Mezz-In Screenshare 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

                        This Chrome extension enables users of the Mezz-In web application to share their screen during a Mezzanine session. The first time a user shares their screen, they will be prompted to permit use of this extension.                    

Extension Basic Information

Name Mezz-In Screenshare Mezz-In Screenshare
ID hgjndgfhddfmgcgicplcmmohkdjdifbb
Official URL https://chromewebstore.google.com/detail/mezz-in-screenshare/hgjndgfhddfmgcgicplcmmohkdjdifbb
Description Enables screen sharing to Mezzanine for Mezz-In participants
File Size 45.28 KB
Installation Count 100
Current Version 0.0.1
Last Updated 2017-05-17
Publish Date 2017-05-17
Rating 5.00/5 Total 1 Ratings
Developer oblong.bcn.mobile
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing to Mezzanine for Mezz-In participants",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Mezz-In Screenshare",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "version": "0.0.1"
}