Connectivity Sender

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

O que é Connectivity Sender?

Connectivity Sender é uma extensão do Chrome desenvolvida por http://www.edito.biz, e sua principal característica é "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Connectivity Sender

Baixe arquivos de extensão Connectivity Sender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
URL Oficial https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
Descrição Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Tamanho do Arquivo 1.83 MB
Contagem de Instalações 691
Versão Atual 1.0.6
Última Atualização 2020-04-07
Data de Publicação 2020-04-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://www.edito.biz
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.edito.biz/product/connectivity/chrome/intro
URL da Página de Ajuda http://www.edito.biz/product/connectivity/chrome/support
URL da Página de Política de Privacidade http://www.edito.biz/product/connectivity/chrome/privacy-policy
Idiomas Suportados 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
}