Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Cyclops Screen Sharing là gì?

Cyclops Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://cyclops.io, và tính năng chính của nó là "Allows Cyclops users to share their Desktop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cyclops Screen Sharing

Tải xuống các tệp mở rộng Cyclops Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cyclops Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
URL Chính Thức https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Mô tả Allows Cyclops users to share their Desktop.
Kích Thước Tệp 6.5 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2018-10-02
Ngày Phát Hành 2018-10-02
Nhà Phát Triển https://cyclops.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cyclops.io
URL Trang Trợ Giúp https://www.cyclops.io/product
URL Trang Chính Sách Bảo Mật https://www.cyclops.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}