Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Was ist Connectivity Sender?
Connectivity Sender ist eine Chrome-Erweiterung, die von http://www.edito.biz entwickelt wurde, und ihr Hauptmerkmal ist "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".
Erweiterungsscreenshots
Connectivity Sender-Erweiterungs-CRX-Datei herunterladen
Laden Sie Connectivity Sender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
Offizielle URL | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
Beschreibung | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
Dateigröße | 1.83 MB |
Installationsanzahl | 691 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2020-04-07 |
Veröffentlichungsdatum | 2020-04-06 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.edito.biz |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.edito.biz/product/connectivity/chrome/intro |
Hilfeseite URL | http://www.edito.biz/product/connectivity/chrome/support |
URL der Datenschutzrichtlinien-Seite | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
Unterstützte Sprachen | 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 } |