WebinarJam Screen Sharing

This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.

Cos'è WebinarJam Screen Sharing?

WebinarJam Screen Sharing è un'estensione di Chrome sviluppata da https://dev.webinarjam.com, e la sua funzione principale è "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".

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

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

Informazioni di Base sull'Estensione

Nome WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
URL Ufficiale https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
Descrizione This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Dimensione del File 28.84 KB
Conteggio Installazioni 1,104
Versione Corrente 2.1
Ultimo Aggiornamento 2016-05-13
Data di Pubblicazione 2016-05-13
Sviluppatore https://dev.webinarjam.com
Tipo di Pagamento free
Sito Web dell'Estensione https://dev.webinarjam.com
URL della Pagina di Aiuto https://dev.webinarjam.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/www.webinarjam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webinarjam.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}