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
扩展基本信息
名称 | 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:\/\/*\/" ] } |