JetWebinar Screen Sharing

This extension enables JetWebinar broadcasters to share their screen

Qu'est-ce que JetWebinar Screen Sharing ?

JetWebinar Screen Sharing est une extension Chrome développée par https://jetwebinar.com, et sa fonction principale est "This extension enables JetWebinar broadcasters to share their screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JetWebinar Screen Sharing

Téléchargez les fichiers d'extension JetWebinar Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JetWebinar Screen Sharing JetWebinar Screen Sharing
ID elpoagpgipenhjnfgljbnacmgeihhhdm
URL Officiel https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm
Description This extension enables JetWebinar broadcasters to share their screen
Taille du Fichier 23.19 KB
Nombre d'Installations 2,839
Version Actuelle 2019.9.16
Dernière Mise à Jour 2019-09-16
Date de Publication 2019-09-16
Évaluation 4.33/5 Total 3 Évaluations
Développeur https://jetwebinar.com
Type de Paiement free
Langues Prises en Charge 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__"
}