LightCast 2
LightCast 2
ما هو LightCast 2؟
LightCast 2 هو إضافة Chrome تم تطويرها بواسطة ConX by Avistar، والميزة الرئيسية لها هي "LightCast 2".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LightCast 2
قم بتنزيل ملفات الامتداد LightCast 2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | LightCast 2 |
ID | bdllbpaajbedehahefgjglijelgmmhjm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lightcast-2/bdllbpaajbedehahefgjglijelgmmhjm |
الوصف | LightCast 2 |
حجم الملف | 77.9 KB |
عدد التثبيتات | 4,000 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-01-23 |
تاريخ النشر | 2020-01-23 |
المطور | ConX by Avistar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.infocus.com/privacy-policy |
اللغات المدعومة | 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 } |