Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
What is Cyclops Screen Sharing?
Cyclops Screen Sharing is a Chrome extension developed by https://cyclops.io, and its main feature is "Allows Cyclops users to share their Desktop.".
Extension Screenshots
Download Cyclops Screen Sharing Extension CRX File
Download Cyclops Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Cyclops Screen Sharing |
ID | coniodiiboggpkjmngjoningbfnbfpdn |
Official URL | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
Description | Allows Cyclops users to share their Desktop. |
File Size | 6.5 KB |
Installation Count | 20 |
Current Version | 3.0.0 |
Last Updated | 2018-10-02 |
Publish Date | 2018-10-02 |
Developer | https://cyclops.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.cyclops.io |
Help Page URL | https://www.cyclops.io/product |
Privacy Policy Page URL | https://www.cyclops.io/privacy |
Supported Languages | 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\/*" ] } } |