LightCast Sender
Mirror your device to any computer screen any time
LightCast Sender란 무엇입니까?
LightCast Sender은(는) Splashtop Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mirror your device to any computer screen any time"입니다.
확장 프로그램 스크린샷
LightCast Sender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LightCast provides you the ability to wirelessly mirror your device’s screen to InFocus LightCast enabled devices such as Mondopad and JTouch. This app is a must for meeting rooms and classrooms. It allows you to wirelessly share your desktop and applications. Once connected, participants can view the shared content on the InFocus devices. Requires: InFocus LightCast enabled devices such as Mondopad 2.0 and JTouch 65C
확장 프로그램 기본 정보
이름 | LightCast Sender |
ID | bnonegmlejfmmbiifekcakemjeeeoaim |
공식 URL | https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim |
설명 | Mirror your device to any computer screen any time |
파일 크기 | 224 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.1.0.6 |
최근 업데이트 | 2022-08-08 |
출시 날짜 | 2018-01-02 |
평점 | 3.64/5 총 14 개의 평점 |
개발자 | Splashtop Inc. |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.mirroring360.com/privacy |
지원되는 언어 | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "88", "version": "0.1.0.6", "offline_enabled": false, "options_page": "options.html", "action": { "default_icon": "image\/icon_19.png", "default_popup": "popup.html", "default_title": "LightCast Sender" }, "background": { "service_worker": "js\/background.js" }, "icons": { "16": "image\/icon_16.png", "128": "image\/icon_128.png" }, "permissions": [ "tabs", "storage", "nativeMessaging", "desktopCapture", "tabCapture", "activeTab" ], "host_permissions": [ "http:\/\/*\/" ] } |