LightCast Sender
Mirror your device to any computer screen any time
Wat is LightCast Sender?
LightCast Sender is een Chrome-extensie ontwikkeld door Splashtop Inc., en de belangrijkste functie is "Mirror your device to any computer screen any time".
Extensie Screenshots
Download het CRX-bestand van de extensie LightCast Sender
Download LightCast Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | LightCast Sender |
ID | bnonegmlejfmmbiifekcakemjeeeoaim |
Officiële URL | https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim |
Beschrijving | Mirror your device to any computer screen any time |
Bestandsgrootte | 224 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 0.1.0.6 |
Laatst Bijgewerkt | 2022-08-08 |
Publicatiedatum | 2018-01-02 |
Beoordeling | 3.64/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Splashtop Inc. |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.mirroring360.com/privacy |
Ondersteunde Talen | 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:\/\/*\/" ] } |