ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
Τι είναι το ConexED Screen Sharing;
Το ConexED Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://conexed.com, και η κύρια λειτουργία του είναι "Chrome screen sharing extension for the ConexED platform".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ConexED Screen Sharing
Λήψη αρχείων επέκτασης ConexED Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
Βασικές Πληροφορίες Επέκτασης
Όνομα | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
Επίσημο URL | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
Περιγραφή | Chrome screen sharing extension for the ConexED platform |
Μέγεθος Αρχείου | 15.6 KB |
Αριθμός Εγκαταστάσεων | 20,000 |
Τρέχουσα Έκδοση | 1.7.3 |
Τελευταία Ενημέρωση | 2018-09-26 |
Ημερομηνία Δημοσίευσης | 2018-09-26 |
Αξιολόγηση | 4.00/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://conexed.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://conexed.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://blog.conexed.com/help-center/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |