Comcast Desktop Sharing for Slack

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

Co to jest Comcast Desktop Sharing for Slack?

Comcast Desktop Sharing for Slack to rozszerzenie Chrome opracowane przez https://yak.comcast.net, a jego główną funkcją jest „A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Comcast Desktop Sharing for Slack

Pobierz pliki rozszerzeń Comcast Desktop Sharing for Slack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
Oficjalny URL https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh
Opis A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Rozmiar pliku 18.49 KB
Liczba instalacji 308
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2016-07-18
Data Publikacji 2016-07-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://yak.comcast.net
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}