Connectivity Sender

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

Wat is Connectivity Sender?

Connectivity Sender is een Chrome-extensie ontwikkeld door http://www.edito.biz, en de belangrijkste functie is "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Connectivity Sender

Download Connectivity Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
Officiële URL https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
Beschrijving Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Bestandsgrootte 1.83 MB
Aantal Installaties 691
Huidige Versie 1.0.6
Laatst Bijgewerkt 2020-04-07
Publicatiedatum 2020-04-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.edito.biz
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.edito.biz/product/connectivity/chrome/intro
Help Pagina-URL http://www.edito.biz/product/connectivity/chrome/support
URL van de Privacybeleid Pagina http://www.edito.biz/product/connectivity/chrome/privacy-policy
Ondersteunde Talen 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
}