Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Co je Connectivity Sender?
Connectivity Sender je rozšíření Chrome vyvinuté http://www.edito.biz, a jeho hlavní funkcí je „Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Connectivity Sender
Stáhněte si soubory rozšíření Connectivity Sender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
Oficiální URL | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
Popis | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
Velikost souboru | 1.83 MB |
Počet instalací | 691 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2020-04-07 |
Datum Vydání | 2020-04-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://www.edito.biz |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.edito.biz/product/connectivity/chrome/intro |
URL Stránky Nápovědy | http://www.edito.biz/product/connectivity/chrome/support |
URL Stránky Zásad Ochrany Soukromí | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
Podporované Jazyky | 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 } |