Livestorm Screensharing

Livestorm extension utility for screensharing support

Cos'è Livestorm Screensharing?

Livestorm Screensharing è un'estensione di Chrome sviluppata da https://livestorm.co, e la sua funzione principale è "Livestorm extension utility for screensharing support".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Livestorm Screensharing

Scarica i file di estensione Livestorm Screensharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Livestorm extension for screensharing support                    

Informazioni di Base sull'Estensione

Nome Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
URL Ufficiale https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
Descrizione Livestorm extension utility for screensharing support
Dimensione del File 309 KB
Conteggio Installazioni 3,241
Versione Corrente 1.1
Ultimo Aggiornamento 2016-10-19
Data di Pubblicazione 2016-10-19
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://livestorm.co
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}