Livestorm Screensharing

Livestorm extension utility for screensharing support

Co je Livestorm Screensharing?

Livestorm Screensharing je rozšíření Chrome vyvinuté https://livestorm.co, a jeho hlavní funkcí je „Livestorm extension utility for screensharing support“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Livestorm Screensharing

Stáhněte si soubory rozšíření Livestorm Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Livestorm extension for screensharing support                    

Základní Informace o Rozšíření

Název Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
Oficiální URL https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
Popis Livestorm extension utility for screensharing support
Velikost souboru 309 KB
Počet instalací 3,241
Aktuální Verze 1.1
Poslední Aktualizace 2016-10-19
Datum Vydání 2016-10-19
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://livestorm.co
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}