LightCast Sender

Mirror your device to any computer screen any time

LightCast Sender là gì?

LightCast Sender là một tiện ích mở rộng Chrome được phát triển bởi Splashtop Inc., và tính năng chính của nó là "Mirror your device to any computer screen any time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LightCast Sender

Tải xuống các tệp mở rộng LightCast Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LightCast Sender LightCast Sender
ID bnonegmlejfmmbiifekcakemjeeeoaim
URL Chính Thức https://chromewebstore.google.com/detail/lightcast-sender/bnonegmlejfmmbiifekcakemjeeeoaim
Mô tả Mirror your device to any computer screen any time
Kích Thước Tệp 224 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.1.0.6
Cập Nhật Lần Cuối 2022-08-08
Ngày Phát Hành 2018-01-02
Đánh Giá 3.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Splashtop Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.mirroring360.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}