Screenshare Extension

Screenshare Extension

What is Screenshare Extension?

Screenshare Extension is a Chrome extension developed by https://webrtc.springct.in:8443, and its main feature is "Screenshare Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Screenshare Extension Extension CRX File

Download Screenshare Extension 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 extension lets you share your screen with other participants, so you can hold efficient online meetings. 

- Select which window to share from your computer.
- Now handle multiple screens/monitors.
- Participants can double-click to view your shared screen in fullscreen.

To uninstall extension -
click menu > Select More tools > Extensions > remove

screenSharing Extension is built with javaScript, and requires a WebRTC-compliant browser such as Chrome.                    

Extension Basic Information

Name Screenshare Extension Screenshare Extension
ID hkogomaoinancmkidodbhollejggonld
Official URL https://chromewebstore.google.com/detail/screenshare-extension/hkogomaoinancmkidodbhollejggonld
Description Screenshare Extension
File Size 10.76 KB
Installation Count 407
Current Version 1.0.4.1
Last Updated 2016-07-20
Publish Date 2016-07-19
Developer https://webrtc.springct.in:8443
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshare Extension",
    "short_name": "A screensharing extension for chrome",
    "description": "Screenshare Extension",
    "version": "1.0.4.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        ""
    ]
}