Livestorm Screensharing

Livestorm extension utility for screensharing support

Wat is Livestorm Screensharing?

Livestorm Screensharing is een Chrome-extensie ontwikkeld door https://livestorm.co, en de belangrijkste functie is "Livestorm extension utility for screensharing support".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Livestorm Screensharing

Download Livestorm Screensharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Livestorm extension for screensharing support                    

Basisinformatie over de Extensie

Naam Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
Officiële URL https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
Beschrijving Livestorm extension utility for screensharing support
Bestandsgrootte 309 KB
Aantal Installaties 3,241
Huidige Versie 1.1
Laatst Bijgewerkt 2016-10-19
Publicatiedatum 2016-10-19
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://livestorm.co
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}