C-Meeting Desktop Sharing Extension

Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.

Qu'est-ce que C-Meeting Desktop Sharing Extension ?

C-Meeting Desktop Sharing Extension est une extension Chrome développée par jheuler, et sa fonction principale est "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension C-Meeting Desktop Sharing Extension

Téléchargez les fichiers d'extension C-Meeting Desktop Sharing Extension 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

                        This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive.                    

Informations de Base sur l'Extension

Nom C-Meeting Desktop Sharing Extension C-Meeting Desktop Sharing Extension
ID jgldmgcakddjinippbpmbjldahfoojhn
URL Officiel https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn
Description Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Taille du Fichier 27.52 KB
Nombre d'Installations 384
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2016-06-01
Date de Publication 2016-06-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur jheuler
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "Icon16.png",
        "32": "Icon32.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "name": "C-Meeting Desktop Sharing Extension",
    "short_name": "CMDeskShare",
    "description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.",
    "version": "1.0.0.1",
    "permissions": [
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cefriel.it\/*",
                "*:\/\/*.concert-oh.com\/*",
                "*:\/\/*.bpresentlive.com\/*",
                "*:\/\/*.c-meeting.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}