Screen Sharing

Screensharing utility

What is Screen Sharing?

Screen Sharing is a Chrome extension developed by https://netsapiens.com, and its main feature is "Screensharing utility".

Extension Screenshots

screenshot

Download Screen Sharing Extension CRX File

Download 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

                        A simple extension to allow screen sharing in UC communications applications for supported service providers.                    

Extension Basic Information

Name Screen Sharing Screen Sharing
ID gdidcoecoldmadgciedbopokefoeamhe
Official URL https://chromewebstore.google.com/detail/screen-sharing/gdidcoecoldmadgciedbopokefoeamhe
Description Screensharing utility
File Size 59.67 KB
Installation Count 60
Current Version 1.1.0
Last Updated 2019-02-11
Publish Date 2019-02-10
Rating 5.00/5 Total 1 Ratings
Developer https://netsapiens.com
Payment Type free
Extension Website http://netsapiens.com
Help Page URL http://help.netsapiens.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Screensharing utility",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "icons": {
        "64": "logo64.png",
        "128": "logo128.png",
        "256": "logo256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.netsapiens.com\/*",
            "https:\/\/*.cloudsfu.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.netsapiens.com\/*",
                "https:\/\/*.cloudsfu.com\/*"
            ]
        }
    ]
}