Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Τι είναι το Connectivity Sender;
Το Connectivity Sender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.edito.biz, και η κύρια λειτουργία του είναι "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Connectivity Sender
Λήψη αρχείων επέκτασης Connectivity Sender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
Επίσημο URL | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
Περιγραφή | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
Μέγεθος Αρχείου | 1.83 MB |
Αριθμός Εγκαταστάσεων | 691 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2020-04-07 |
Ημερομηνία Δημοσίευσης | 2020-04-06 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://www.edito.biz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.edito.biz/product/connectivity/chrome/intro |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.edito.biz/product/connectivity/chrome/support |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } |