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文件
下載LightCast Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | bnonegmlejfmmbiifekcakemjeeeoaim |
| 官方網址 | 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:\/\/*\/"
]
} | |