OSDMA SCREEN SHARING

OSDMA SCREEN SHARING EXTENSION

What is OSDMA SCREEN SHARING?

OSDMA SCREEN SHARING is a Chrome extension developed by connectix.rtc, and its main feature is "OSDMA SCREEN SHARING EXTENSION".

Extension Screenshots

screenshot

Download OSDMA SCREEN SHARING Extension CRX File

Download OSDMA 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

                        This is developed by Connectix http://connectix.net/ for OSDMA, Odisha                    

Extension Basic Information

Name OSDMA SCREEN SHARING OSDMA SCREEN SHARING
ID npngdjbdbdgpnhbpobfjbaaknpblhigl
Official URL https://chrome.google.com/webstore/detail/osdma-screen-sharing/npngdjbdbdgpnhbpobfjbaaknpblhigl
Description OSDMA SCREEN SHARING EXTENSION
File Size 17.87 KB
Installation Count 11
Current Version 1.0.0
Last Updated 2016-01-13
Publish Date 2016-01-13
Developer connectix.rtc
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OSDMA SCREEN SHARING",
    "author": "CONNECTIX",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "OSDMA SCREEN SHARING EXTENSION",
    "homepage_url": "https:\/\/osdma.vc\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/osdma.vc\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}