LightCast Sender
Mirror your device to any computer screen any time
Hvad er LightCast Sender?
LightCast Sender er en Chrome-udvidelse udviklet af Splashtop Inc., og dens hovedfunktion er "Mirror your device to any computer screen any time".
Udvidelsesskærmbilleder
Download LightCast Sender-udvidelses-CRX-fil
Download LightCast Sender-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | LightCast Sender |
ID | bnonegmlejfmmbiifekcakemjeeeoaim |
Officiel URL | https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim |
Beskrivelse | Mirror your device to any computer screen any time |
Filstørrelse | 224 KB |
Antal Installationer | 10,000 |
Nuværende Version | 0.1.0.6 |
Senest Opdateret | 2022-08-08 |
Udgivelsesdato | 2018-01-02 |
Bedømmelse | 3.64/5 Samlet 14 Bedømmelser |
Udvikler | Splashtop Inc. |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.mirroring360.com/privacy |
Understøttede Sprog | 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:\/\/*\/" ] } |