LightCast Sender

Mirror your device to any computer screen any time

LightCast Senderとは何ですか?

LightCast SenderはSplashtop Inc.によって開発されたChromeの拡張機能で、その主な機能は「Mirror your device to any computer screen any time」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

LightCast Sender拡張機能のCRXファイルをダウンロード

LightCast Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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.
Eメール [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:\/\/*\/"
    ]
}