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
电子邮箱 [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
}