LightCast Sender

Mirror your device to any computer screen any time

Qu'est-ce que LightCast Sender ?

LightCast Sender est une extension Chrome développée par Splashtop Inc., et sa fonction principale est "Mirror your device to any computer screen any time".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LightCast Sender

Téléchargez les fichiers d'extension LightCast Sender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LightCast Sender LightCast Sender
ID bnonegmlejfmmbiifekcakemjeeeoaim
URL Officiel https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim
Description Mirror your device to any computer screen any time
Taille du Fichier 224 KB
Nombre d'Installations 10,000
Version Actuelle 0.1.0.6
Dernière Mise à Jour 2022-08-08
Date de Publication 2018-01-02
Évaluation 3.64/5 Total 14 Évaluations
Développeur Splashtop Inc.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.mirroring360.com/privacy
Langues Prises en Charge 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:\/\/*\/"
    ]
}