Live Web Screensharing

Extension to allow screen sharing in Live Web Application.

What is Live Web Screensharing?

Live Web Screensharing is a Chrome extension developed by polyvnet, and its main feature is "Extension to allow screen sharing in Live Web Application.".

Extension Screenshots

screenshot

Download Live Web Screensharing Extension CRX File

Download Live Web Screensharing 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

                        Extension to allow screen sharing in Live Web Application.                    

Extension Basic Information

Name Live Web Screensharing Live Web Screensharing
ID cbkjnhkfmpoicpeoompbhdnfldjhohmh
Official URL https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh
Description Extension to allow screen sharing in Live Web Application.
File Size 16.23 KB
Installation Count 84
Current Version 0.0.2
Last Updated 2019-04-10
Publish Date 2019-04-09
Rating 5.00/5 Total 4 Ratings
Developer polyvnet
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Live Web Screensharing",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for Live",
    "version": "0.0.2",
    "author": "Polyv LM",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in Live Web Application.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/live.polyv.net:*\/*",
            "*:\/\/new.polyv.net:*\/*",
            "*:\/\/gs.agora.io\/*",
            "*:\/\/webdemo.agora.io\/*",
            "*:\/\/webdemo.agorabeckon.com\/*"
        ]
    },
    "icons": {
        "128": "128w.png",
        "16": "16w.png",
        "48": "48w.png"
    },
    "browser_action": {
        "default_icon": "16w.png"
    }
}