LightCast Sender

Mirror your device to any computer screen any time

Cos'è LightCast Sender?

LightCast Sender è un'estensione di Chrome sviluppata da Splashtop Inc., e la sua funzione principale è "Mirror your device to any computer screen any time".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LightCast Sender

Scarica i file di estensione LightCast Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LightCast Sender LightCast Sender
ID bnonegmlejfmmbiifekcakemjeeeoaim
URL Ufficiale https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim
Descrizione Mirror your device to any computer screen any time
Dimensione del File 224 KB
Conteggio Installazioni 10,000
Versione Corrente 0.1.0.6
Ultimo Aggiornamento 2022-08-08
Data di Pubblicazione 2018-01-02
Valutazione 3.64/5 Totale 14 Valutazioni
Sviluppatore Splashtop Inc.
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mirroring360.com/privacy
Lingue Supportate 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:\/\/*\/"
    ]
}