WebinarJam Screen Sharing

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

Co je WebinarJam Screen Sharing?

WebinarJam Screen Sharing je rozšíření Chrome vyvinuté https://dev.webinarjam.com, a jeho hlavní funkcí je „This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WebinarJam Screen Sharing

Stáhněte si soubory rozšíření WebinarJam Screen Sharing 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í

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

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

Název WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
Oficiální URL https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
Popis This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Velikost souboru 28.84 KB
Počet instalací 1,104
Aktuální Verze 2.1
Poslední Aktualizace 2016-05-13
Datum Vydání 2016-05-13
Vývojář https://dev.webinarjam.com
Typ Platby free
Webové stránky Rozšíření https://dev.webinarjam.com
URL Stránky Nápovědy https://dev.webinarjam.com
Podporované Jazyky 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"
    ]
}