LightCast Sender

Mirror your device to any computer screen any time

Co to jest LightCast Sender?

LightCast Sender to rozszerzenie Chrome opracowane przez Splashtop Inc., a jego główną funkcją jest „Mirror your device to any computer screen any time”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia LightCast Sender

Pobierz pliki rozszerzeń LightCast Sender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa LightCast Sender LightCast Sender
ID bnonegmlejfmmbiifekcakemjeeeoaim
Oficjalny URL https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim
Opis Mirror your device to any computer screen any time
Rozmiar pliku 224 KB
Liczba instalacji 10,000
Aktualna Wersja 0.1.0.6
Ostatnia Aktualizacja 2022-08-08
Data Publikacji 2018-01-02
Ocena 3.64/5 Łącznie 14 Oceny
Deweloper Splashtop Inc.
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.mirroring360.com/privacy
Obsługiwane Języki 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:\/\/*\/"
    ]
}