Screen Sharing

Chrome Extension for sharing screen in video chat

What is Screen Sharing?

Screen Sharing is a Chrome extension developed by Jungleworks, and its main feature is "Chrome Extension for sharing screen in video chat".

Extension Screenshots

screenshot
screenshot
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

                        Share the screen from your computer in a video conversation, to show presentations, photos and documents.
This extension lets you share your screen with other participants in a video chat, so you can hold efficient online meetings. 

Install it to share the screen from your computer in a video conversation, to show presentations, photos and documents.

- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors
- Participants can double-click to view your shared screen in fullscreen                    

Extension Basic Information

Name Screen Sharing Screen Sharing
ID onnpnbcklmahhoajlilopflaandmlooa
Official URL https://chromewebstore.google.com/detail/screen-sharing/onnpnbcklmahhoajlilopflaandmlooa
Description Chrome Extension for sharing screen in video chat
File Size 7.52 KB
Installation Count 51,594
Current Version 1.0.5
Last Updated 2019-10-14
Publish Date 2019-10-14
Rating 2.58/5 Total 12 Ratings
Developer Jungleworks
Email [email protected]
Payment Type free
Extension Website https://jungleworks.com
Privacy Policy Page URL https://jungleworks.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Sharing",
    "description": "Chrome Extension for sharing screen in video chat",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.fugu.chat\/*",
            "https:\/\/*.officechat.io\/*",
            "https:\/\/*.fuguchat.com\/*",
            "https:\/\/hippochat.io\/*",
            "https:\/\/*.muleapp.io\/*",
            "https:\/\/*.mazentaa.in\/*",
            "https:\/\/*.bulbul.io\/*",
            "https:\/\/*.fuelbyghq.com\/*",
            "https:\/\/*.xpertreach.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}