Cyclops Screensharing
Allows for screensharing on Cyclops.
Cyclops Screensharingคืออะไร?
Cyclops Screensharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cyclops.io และคุณลักษณะหลักของมันคือ "Allows for screensharing on Cyclops."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyclops Screensharing
ดาวน์โหลดไฟล์ส่วนขยาย Cyclops Screensharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dpbhnmndoiiefjhipoldejoaopnmedmb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb |
คำอธิบาย | Allows for screensharing on Cyclops. |
ขนาดไฟล์ | 5.52 KB |
จำนวนการติดตั้ง | 204 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2018-10-01 |
วันที่เผยแพร่ | 2018-10-01 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://cyclops.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cyclops.io |
URL หน้าช่วยเหลือ | https://www.cyclops.io/about |
URL หน้านโยบายความเป็นส่วนตัว | https://www.cyclops.io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cyclops Screensharing", "description": "Allows for screensharing on Cyclops.", "version": "2.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.cyclops.io\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.cyclops.io\/*" ] } } |