Live Web Screensharing

Extension to allow screen sharing in Live Web Application.

Vad är Live Web Screensharing?

Live Web Screensharing är en Chrome-tillägg utvecklad av polyvnet, och dess huvudfunktion är "Extension to allow screen sharing in Live Web Application.".

Tilläggsskärmbilder

screenshot

Ladda ner Live Web Screensharing-förlängningens CRX-fil

Ladda ner Live Web Screensharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Extension to allow screen sharing in Live Web Application.                    

Grundläggande Information om Tillägg

Namn Live Web Screensharing Live Web Screensharing
ID cbkjnhkfmpoicpeoompbhdnfldjhohmh
Officiell webbadress https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh
Beskrivning Extension to allow screen sharing in Live Web Application.
Filstorlek 16.23 KB
Antal Installationer 84
Aktuell Version 0.0.2
Senast Uppdaterad 2019-04-10
Publiceringsdatum 2019-04-09
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare polyvnet
Betalningssätt free
Stödda Språk 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"
    }
}