Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
Vad är Cyclops Screen Sharing?
Cyclops Screen Sharing är en Chrome-tillägg utvecklad av https://cyclops.io, och dess huvudfunktion är "Allows Cyclops users to share their Desktop.".
Tilläggsskärmbilder
Ladda ner Cyclops Screen Sharing-förlängningens CRX-fil
Ladda ner Cyclops Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | coniodiiboggpkjmngjoningbfnbfpdn |
| Officiell webbadress | https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn |
| Beskrivning | Allows Cyclops users to share their Desktop. |
| Filstorlek | 6.5 KB |
| Antal Installationer | 20 |
| Aktuell Version | 3.0.0 |
| Senast Uppdaterad | 2018-10-02 |
| Publiceringsdatum | 2018-10-02 |
| Utvecklare | https://cyclops.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.cyclops.io |
| Hjälpsida URL | https://www.cyclops.io/product |
| URL till Sekretesspolicy Sidan | https://www.cyclops.io/privacy |
| Stödda Språk | 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\/*"
]
}
} | |