Cyclops Screen Sharing
Allows Cyclops users to share their Desktop.
Cyclops Screen Sharingคืออะไร?
Cyclops Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cyclops.io และคุณลักษณะหลักของมันคือ "Allows Cyclops users to share their Desktop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyclops Screen Sharing
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } } |