C-Meeting Desktop Sharing Extension

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

C-Meeting Desktop Sharing Extension क्या है?

C-Meeting Desktop Sharing Extension jheuler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में C-Meeting Desktop Sharing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम C-Meeting Desktop Sharing Extension C-Meeting Desktop Sharing Extension
ID jgldmgcakddjinippbpmbjldahfoojhn
आधिकारिक URL https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn
विवरण Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
फ़ाइल का आकार 27.52 KB
स्थापना संख्या 384
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2016-06-01
प्रकाशन तिथि 2016-06-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jheuler
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}