Enso.me Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with Enso.

Apa itu Enso.me Desktop Streamer?

Enso.me Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://enso.me, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with Enso.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Enso.me Desktop Streamer

Unduh file ekstensi Enso.me Desktop Streamer 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

                        This extension provides the enso.me site with desktop streaming functionality over Chrome.                    

Informasi Dasar Ekstensi

Nama Enso.me Desktop Streamer Enso.me Desktop Streamer
ID kfbmhcbmencgifglglmhdlbinlcgdfof
URL Resmi https://chromewebstore.google.com/detail/ensome-desktop-streamer/kfbmhcbmencgifglglmhdlbinlcgdfof
Deskripsi A simple extension that allows you to stream your desktop into meetings with Enso.
Ukuran File 3.94 KB
Jumlah Instalasi 173
Versi Saat Ini 0.1.10
Terakhir Diperbarui 2016-02-03
Tanggal Publikasi 2016-02-02
Penilaian 1.00/5 Total 1 Penilaian
Pengembang https://enso.me
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enso.me Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Enso.",
    "version": "0.1.10",
    "minimum_chrome_version": "34",
    "icons": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/enso.me\/*",
            "*:\/\/*.atlassian.io\/*",
            "*:\/\/pawel.jitsi.net\/*",
            "*:\/\/hristo.jitsi.net\/*",
            "*:\/\/localhost:*\/*"
        ]
    }
}