JetWebinar Screen Sharing

This extension enables JetWebinar broadcasters to share their screen

Co je JetWebinar Screen Sharing?

JetWebinar Screen Sharing je rozšíření Chrome vyvinuté https://jetwebinar.com, a jeho hlavní funkcí je „This extension enables JetWebinar broadcasters to share their screen“.

Snímky obrazovky rozšíření

screenshot

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

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

                        JetWebinar is a real-time live and simulated live webinar hosting platform. This is the Screen Sharing plugin, which allows webinar hosts to share their desktops in real-time in Chrome.                    

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

Název JetWebinar Screen Sharing JetWebinar Screen Sharing
ID elpoagpgipenhjnfgljbnacmgeihhhdm
Oficiální URL https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm
Popis This extension enables JetWebinar broadcasters to share their screen
Velikost souboru 23.19 KB
Počet instalací 2,839
Aktuální Verze 2019.9.16
Poslední Aktualizace 2019-09-16
Datum Vydání 2019-09-16
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář https://jetwebinar.com
Typ Platby free
Podporované Jazyky de,en,en-GB,en-US,fr,nl,es,es-419,hu,ru,uk,iw,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2019.9.16",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "jw-16.png",
        "32": "jw-32.png",
        "48": "jw-48.png",
        "128": "jw-128.png"
    },
    "author": "JetWebinar, Inc.",
    "background": {
        "scripts": [
            "screenSharing.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/phenixp2p.com\/*",
            "*:\/\/*.phenixp2p.com\/*",
            "*:\/\/phenixrts.com\/*",
            "*:\/\/*.phenixrts.com\/*",
            "*:\/\/*.jetwebinar.com\/*",
            "*:\/\/*.onlinecoachinggroup.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.jetwebinar.com\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "__MSG_extShortName__"
}