Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Apa itu Cyclops Screen Sharing?

Cyclops Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://cyclops.io, dan fitur utamanya adalah "Allows Cyclops users to share their Desktop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cyclops Screen Sharing

Unduh file ekstensi Cyclops Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cyclops Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
URL Resmi https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
Deskripsi Allows Cyclops users to share their Desktop.
Ukuran File 6.5 KB
Jumlah Instalasi 20
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2018-10-02
Tanggal Publikasi 2018-10-02
Pengembang https://cyclops.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.cyclops.io
URL Halaman Bantuan https://www.cyclops.io/product
URL Halaman Kebijakan Privasi https://www.cyclops.io/privacy
Bahasa yang Didukung 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\/*"
        ]
    }
}