LightCast Sender
Mirror your device to any computer screen any time
ما هو LightCast Sender؟
LightCast Sender هو إضافة Chrome تم تطويرها بواسطة Splashtop Inc.، والميزة الرئيسية لها هي "Mirror your device to any computer screen any time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LightCast Sender
قم بتنزيل ملفات الامتداد LightCast Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | LightCast Sender |
ID | bnonegmlejfmmbiifekcakemjeeeoaim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim |
الوصف | Mirror your device to any computer screen any time |
حجم الملف | 224 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 0.1.0.6 |
آخر تحديث | 2022-08-08 |
تاريخ النشر | 2018-01-02 |
تقييم | 3.64/5 مجموع تقييمات 14 |
المطور | Splashtop Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.mirroring360.com/privacy |
اللغات المدعومة | 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:\/\/*\/" ] } |