c³ Screensharing

Screensharing utility plugin for c³

c³ Screensharing क्या है?

c³ Screensharing Considerate Computing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screensharing utility plugin for c³"।

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

screenshot

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

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

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

                        Extension to enable screen share on c³ (Considerate Conference Calling)                    

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

नाम c³ Screensharing c³ Screensharing
ID gfbgnhlmialabkencffdjipflcldcioe
आधिकारिक URL https://chromewebstore.google.com/detail/c%C2%B3-screensharing/gfbgnhlmialabkencffdjipflcldcioe
विवरण Screensharing utility plugin for c³
फ़ाइल का आकार 24.68 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2019-07-25
प्रकाशन तिथि 2019-07-25
डेवलपर Considerate Computing
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "c\u00b3 Screensharing",
    "description": "Screensharing utility plugin for c\u00b3",
    "version": "0.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
                "https:\/\/cameo-web.herokuapp.com\/*",
                "https:\/\/cccs-web.herokuapp.com\/*",
                "https:\/\/c3chat.herokuapp.com\/*",
                "https:\/\/app.c3.chat\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ad70bee945dd4ea499a6d79ee638b1b7.vfs.cloud9.us-west-2.amazonaws.com\/*",
            "https:\/\/cameo-web.herokuapp.com\/*",
            "https:\/\/cccs-web.herokuapp.com\/*",
            "https:\/\/c3chat.herokuapp.com\/*",
            "https:\/\/app.c3.chat\/*"
        ]
    }
}