LightCast 2

LightCast 2

O que é LightCast 2?

LightCast 2 é uma extensão do Chrome desenvolvida por ConX by Avistar, e sua principal característica é "LightCast 2".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LightCast 2

Baixe arquivos de extensão LightCast 2 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LightCast 2 LightCast 2
ID bdllbpaajbedehahefgjglijelgmmhjm
URL Oficial https://chromewebstore.google.com/detail/lightcast-2/bdllbpaajbedehahefgjglijelgmmhjm
Descrição LightCast 2
Tamanho do Arquivo 77.9 KB
Contagem de Instalações 4,000
Versão Atual 1.0.2
Última Atualização 2020-01-23
Data de Publicação 2020-01-23
Desenvolvedor ConX by Avistar
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.infocus.com/privacy-policy
Idiomas Suportados 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
}