LightCast 2

LightCast 2

Hvad er LightCast 2?

LightCast 2 er en Chrome-udvidelse udviklet af ConX by Avistar, og dens hovedfunktion er "LightCast 2".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download LightCast 2-udvidelses-CRX-fil

Download LightCast 2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Cast your computer’s screen to Mondopad and ConXBoard app.  

Just install the extension on your chrome browser.  From LightCast2, you can see all the Mondopads and ConXBoards on the same network.  Select the device you want to cast your computer to, enter the security pin code provided on the receiving device, choose the screen if you have multiple desktops, and start sharing.  Now your content will show up on the selected receiver’s screen, with sound.                    

Grundlæggende oplysninger om udvidelsen

Navn LightCast 2 LightCast 2
ID bdllbpaajbedehahefgjglijelgmmhjm
Officiel URL https://chromewebstore.google.com/detail/lightcast-2/bdllbpaajbedehahefgjglijelgmmhjm
Beskrivelse LightCast 2
Filstørrelse 77.9 KB
Antal Installationer 4,000
Nuværende Version 1.0.2
Senest Opdateret 2020-01-23
Udgivelsesdato 2020-01-23
Udvikler ConX by Avistar
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.infocus.com/privacy-policy
Understøttede Sprog en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "logger.js",
            "jsencrypt.min.js",
            "crypt.js",
            "serverlist.js",
            "context.js",
            "capture.js",
            "control.js",
            "avcontrol.js",
            "packet.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}