LightCast 2

LightCast 2

LightCast 2란 무엇입니까?

LightCast 2은(는) ConX by Avistar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LightCast 2"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LightCast 2 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 LightCast 2 LightCast 2
ID bdllbpaajbedehahefgjglijelgmmhjm
공식 URL https://chromewebstore.google.com/detail/lightcast-2/bdllbpaajbedehahefgjglijelgmmhjm
설명 LightCast 2
파일 크기 77.9 KB
설치 횟수 4,000
현재 버전 1.0.2
최근 업데이트 2020-01-23
출시 날짜 2020-01-23
개발자 ConX by Avistar
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.infocus.com/privacy-policy
지원되는 언어 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
}