Connectivity Sender

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

Qu'est-ce que Connectivity Sender ?

Connectivity Sender est une extension Chrome développée par http://www.edito.biz, et sa fonction principale est "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Connectivity Sender

Téléchargez les fichiers d'extension Connectivity Sender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
URL Officiel https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
Description Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Taille du Fichier 1.83 MB
Nombre d'Installations 691
Version Actuelle 1.0.6
Dernière Mise à Jour 2020-04-07
Date de Publication 2020-04-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.edito.biz
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.edito.biz/product/connectivity/chrome/intro
URL de la Page d'Aide http://www.edito.biz/product/connectivity/chrome/support
URL de la Page de Politique de Confidentialité http://www.edito.biz/product/connectivity/chrome/privacy-policy
Langues Prises en Charge 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
}