LightCast Sender
Mirror your device to any computer screen any time
LightCast Senderคืออะไร?
LightCast Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Splashtop Inc. และคุณลักษณะหลักของมันคือ "Mirror your device to any computer screen any time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LightCast Sender
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/" ] } |