CTV Screen Sharing

CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

CTV Screen Sharing क्या है?

CTV Screen Sharing https://click-to-video.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones."।

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

screenshot

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

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

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

                        Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.                    

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

नाम CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
आधिकारिक URL https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
विवरण CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
फ़ाइल का आकार 99.59 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.6
अंतिम अपडेट 2016-12-16
प्रकाशन तिथि 2016-12-16
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://click-to-video.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Sharing",
    "author": "NetStairs",
    "version": "1.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "CTV Screen Sharing"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}