Cyclops Screensharing

Allows for screensharing on Cyclops.

Apa itu Cyclops Screensharing?

Cyclops Screensharing adalah ekstensi Chrome yang dikembangkan oleh http://cyclops.io, dan fitur utamanya adalah "Allows for screensharing on Cyclops.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cyclops Screensharing

Unduh file ekstensi Cyclops Screensharing 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

                        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 Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
URL Resmi https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
Deskripsi Allows for screensharing on Cyclops.
Ukuran File 5.52 KB
Jumlah Instalasi 204
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2018-10-01
Tanggal Publikasi 2018-10-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://cyclops.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.cyclops.io
URL Halaman Bantuan https://www.cyclops.io/about
URL Halaman Kebijakan Privasi https://www.cyclops.io/privacy
Bahasa yang Didukung 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\/*"
        ]
    }
}