Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
Τι είναι το Cyclops Screen Sharing;
Το Cyclops Screen Sharing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cyclops.io, και η κύρια λειτουργία του είναι "Allows Cyclops users to share their Desktop.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cyclops Screen Sharing
Λήψη αρχείων επέκτασης Cyclops Screen Sharing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Allows Cyclops users to share their Desktop. Cyclops is a collaborative environment that brings the experience of a physical conference room to distributed teams who are working online. Cyclops is your no-download solution for meetings that are fast and secure; just grab a link to your virtual room and go. Cyclops currently supports up to 8 people in a room. Name a room and get started fast with our 1-click rooms to collaborate in a transient space that anyone can join. Claim the room to reuse the URL exclusively, and lock your room for meetings that are invitation only.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
Επίσημο URL | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
Περιγραφή | Allows Cyclops users to share their Desktop. |
Μέγεθος Αρχείου | 6.5 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2018-10-02 |
Ημερομηνία Δημοσίευσης | 2018-10-02 |
Προγραμματιστής | https://cyclops.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.cyclops.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.cyclops.io/product |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cyclops.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cyclops Screen Sharing", "description": "Allows Cyclops users to share their Desktop.", "version": "3.0.0", "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.cyclops.io\/*" ] } } |