Livestorm Screensharing

Livestorm extension utility for screensharing support

Co to jest Livestorm Screensharing?

Livestorm Screensharing to rozszerzenie Chrome opracowane przez https://livestorm.co, a jego główną funkcją jest „Livestorm extension utility for screensharing support”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Livestorm Screensharing

Pobierz pliki rozszerzeń Livestorm Screensharing 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

                        Livestorm extension for screensharing support                    

Podstawowe informacje o rozszerzeniu

Nazwa Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
Oficjalny URL https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
Opis Livestorm extension utility for screensharing support
Rozmiar pliku 309 KB
Liczba instalacji 3,241
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-10-19
Data Publikacji 2016-10-19
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://livestorm.co
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livestorm Screensharing",
    "author": "Livestorm",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Livestorm extension utility for screensharing support",
    "homepage_url": "https:\/\/livestorm.co",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:4000\/*",
            "https:\/\/*.livestorm.co\/*",
            "https:\/\/*.livestorm.fr\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}