Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

What is Screen Share?

Screen Share is a Chrome extension developed by authorGEN, and its main feature is "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Screen Share Extension CRX File

Download Screen Share 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

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

Extension Basic Information

Name Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
Official URL https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
Description Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
File Size 13.21 KB
Installation Count 58,170
Current Version 0.0.0.8
Last Updated 2017-11-07
Publish Date 2017-11-07
Rating 2.47/5 Total 43 Ratings
Developer authorGEN
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.authorgen.com/Privacy.aspx
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}