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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } } |