Connectivity Sender

Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network

Connectivity Senderとは何ですか?

Connectivity Senderはhttp://www.edito.bizによって開発されたChromeの拡張機能で、その主な機能は「Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network so that you can display the screen onto a TV, monitor or projector.


1. Open Chrome extension app and select the name of the computer to connect
2. Select the screen to mirror.


You need a Windows PC with a Connectivity Receiver software installed and connected to a TV, monitor or project. Also your computer and the Windows PC should be connected via Wi-Fi network.                    

拡張機能の基本情報

名前 Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
公式URL https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
説明 Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
ファイルサイズ 1.83 MB
インストール数 691
現在のバージョン 1.0.6
最終更新日 2020-04-07
公開日 2020-04-06
評価 5.00/5 合計 1 レビュー
開発者 http://www.edito.biz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.edito.biz/product/connectivity/chrome/intro
ヘルプページのURL http://www.edito.biz/product/connectivity/chrome/support
プライバシーポリシーページのURL http://www.edito.biz/product/connectivity/chrome/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.6",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "desktopCapture",
        "tabs"
    ],
    "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
}