Connectivity Sender

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

¿Qué es Connectivity Sender?

Connectivity Sender es una extensión de Chrome desarrollada por http://www.edito.biz, y su función principal es "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Connectivity Sender

Descarga archivos de extensión Connectivity Sender en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
URL Oficial https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
Descripción Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Tamaño del Archivo 1.83 MB
Cantidad de Instalaciones 691
Versión Actual 1.0.6
Última Actualización 2020-04-07
Fecha de Publicación 2020-04-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://www.edito.biz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.edito.biz/product/connectivity/chrome/intro
URL de la Página de Ayuda http://www.edito.biz/product/connectivity/chrome/support
URL de la Página de Política de Privacidad http://www.edito.biz/product/connectivity/chrome/privacy-policy
Idiomas Soportados 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
}