Connectivity Sender

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

Что такое Connectivity Sender?

Connectivity Sender - это расширение Chrome, разработанное http://www.edito.biz, и его основная функция - "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Connectivity Sender

Скачайте файлы расширений 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
}