Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
什麼是Cyclops Screen Sharing?
Cyclops Screen Sharing是由https://cyclops.io開發的Chrome擴展程式,該擴展的主要功能是“Allows Cyclops users to share their Desktop.”。
擴展截圖
下載Cyclops Screen Sharing擴展crx文件
下載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 |
官方網址 | 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\/*" ] } } |