WebinarJam Screen Sharing

WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.

Cos'è WebinarJam Screen Sharing?

WebinarJam Screen Sharing è un'estensione di Chrome sviluppata da http://webinarjam.genndi.com, e la sua funzione principale è "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebinarJam Screen Sharing

Scarica i file di estensione WebinarJam Screen Sharing 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

                                            

Informazioni di Base sull'Estensione

Nome WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fokdfhbpgcghjfghmjlggjfhkaogooel
URL Ufficiale https://chrome.google.com/webstore/detail/webinarjam-screen-sharing/fokdfhbpgcghjfghmjlggjfhkaogooel
Descrizione WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.
Dimensione del File 5.6 KB
Conteggio Installazioni 30,000
Versione Corrente 3.0.5
Ultimo Aggiornamento 2017-07-26
Data di Pubblicazione 2017-07-26
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore http://webinarjam.genndi.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "3.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebinarJam screensharing extension to record and broadcast your desktop footage live to your audience.",
    "homepage_url": "https:\/\/www.webinarjam.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.genndidev.com:*\/*",
            "*:\/\/*.genndi.com:*\/*",
            "*:\/\/*.genndi.dev:*\/*"
        ]
    }
}