LightCast Sender
Mirror your device to any computer screen any time
LightCast Sender क्या है?
LightCast Sender Splashtop Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mirror your device to any computer screen any time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LightCast Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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:\/\/*\/" ] } |