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
官方網址 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
電子郵箱 [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
}