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 |
公式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 |
Eメール | [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\/*" ] } } |