MDS Screen-sharing

MDS Desktop Capture Extension

What is MDS Screen-sharing?

MDS Screen-sharing is a Chrome extension developed by http://mdspbx.com, and its main feature is "MDS Desktop Capture Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download MDS Screen-sharing Extension CRX File

Download MDS Screen-sharing 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

                        MDS Screen-sharing

This extension allows your Chrome browser to share your screen during video collaboration meetings on the MDS Amiba cloud PBX.                    

Extension Basic Information

Name MDS Screen-sharing MDS Screen-sharing
ID miljooondeplbfkikdnhelfcligchpll
Official URL https://chrome.google.com/webstore/detail/mds-screen-sharing/miljooondeplbfkikdnhelfcligchpll
Description MDS Desktop Capture Extension
File Size 15.51 KB
Installation Count 51
Current Version 0.2
Last Updated 2016-03-09
Publish Date 2016-03-09
Rating 5.00/5 Total 1 Ratings
Developer http://mdspbx.com
Email [email protected]
Payment Type free
Extension Website http://www.mdsamiba.com
Help Page URL http://www.mdsamiba.com/support/faqs-86.html
Privacy Policy Page URL http://www.mdsgateways.com/privacypolicy/softphone.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDS Screen-sharing",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/videoRoom\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "description": "MDS Desktop Capture Extension",
    "icons": {
        "128": "mdslogo1.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ]
}