Connectivity Sender

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

Connectivity Sender là gì?

Connectivity Sender là một tiện ích mở rộng Chrome được phát triển bởi http://www.edito.biz, và tính năng chính của nó là "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Connectivity 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

                        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.                    

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

Tên Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
URL Chính Thức https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
Mô tả Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Kích Thước Tệp 1.83 MB
Số Lần Cài Đặt 691
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2020-04-07
Ngày Phát Hành 2020-04-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.edito.biz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.edito.biz/product/connectivity/chrome/intro
URL Trang Trợ Giúp http://www.edito.biz/product/connectivity/chrome/support
URL Trang Chính Sách Bảo Mật http://www.edito.biz/product/connectivity/chrome/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}