Comcast Desktop Sharing for Slack

A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0

Apa itu Comcast Desktop Sharing for Slack?

Comcast Desktop Sharing for Slack adalah ekstensi Chrome yang dikembangkan oleh https://yak.comcast.net, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comcast Desktop Sharing for Slack

Unduh file ekstensi Comcast Desktop Sharing for Slack 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

                        A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0                    

Informasi Dasar Ekstensi

Nama Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
URL Resmi https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh
Deskripsi A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Ukuran File 18.49 KB
Jumlah Instalasi 308
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2016-07-18
Tanggal Publikasi 2016-07-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://yak.comcast.net
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comcast Desktop Sharing for Slack",
    "description": "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0",
    "version": "0.1.0",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "comcast-logo-16x16.png",
        "48": "comcast-logo-48x48.png",
        "128": "comcast-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/yak.comcast.net\/*"
        ]
    }
}