WebinarJam Screen Sharing

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

Qu'est-ce que WebinarJam Screen Sharing ?

WebinarJam Screen Sharing est une extension Chrome développée par https://dev.webinarjam.com, et sa fonction principale est "This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension WebinarJam 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

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

Informations de Base sur l'Extension

Nom WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
URL Officiel https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
Description This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
Taille du Fichier 28.84 KB
Nombre d'Installations 1,104
Version Actuelle 2.1
Dernière Mise à Jour 2016-05-13
Date de Publication 2016-05-13
Développeur https://dev.webinarjam.com
Type de Paiement free
Site Web de l'Extension https://dev.webinarjam.com
URL de la Page d'Aide https://dev.webinarjam.com
Langues Prises en Charge 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"
    ]
}