LightCast 2
LightCast 2
Qu'est-ce que LightCast 2 ?
LightCast 2 est une extension Chrome développée par ConX by Avistar, et sa fonction principale est "LightCast 2".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LightCast 2
Téléchargez les fichiers d'extension LightCast 2 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
Cast your computer’s screen to Mondopad and ConXBoard app. Just install the extension on your chrome browser. From LightCast2, you can see all the Mondopads and ConXBoards on the same network. Select the device you want to cast your computer to, enter the security pin code provided on the receiving device, choose the screen if you have multiple desktops, and start sharing. Now your content will show up on the selected receiver’s screen, with sound.
Informations de Base sur l'Extension
Nom | LightCast 2 |
ID | bdllbpaajbedehahefgjglijelgmmhjm |
URL Officiel | https://chromewebstore.google.com/detail/lightcast-2/bdllbpaajbedehahefgjglijelgmmhjm |
Description | LightCast 2 |
Taille du Fichier | 77.9 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-01-23 |
Date de Publication | 2020-01-23 |
Développeur | ConX by Avistar |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.infocus.com/privacy-policy |
Langues Prises en Charge | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.2", "default_locale": "en", "options_page": "options.html", "permissions": [ "storage", "desktopCapture" ], "background": { "scripts": [ "logger.js", "jsencrypt.min.js", "crypt.js", "serverlist.js", "context.js", "capture.js", "control.js", "avcontrol.js", "packet.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |