CONNECTIX Desktop sharing

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

CONNECTIX Desktop sharing क्या है?

CONNECTIX Desktop sharing https://connectix.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing."।

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

screenshot

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

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

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

                        screen sharing                    

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

नाम CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
आधिकारिक URL https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
विवरण Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
फ़ाइल का आकार 83.98 KB
स्थापना संख्या 1,468
वर्तमान संस्करण 1.9.3.3
अंतिम अपडेट 2015-07-08
प्रकाशन तिथि 2015-07-07
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर https://connectix.net
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://connectix.net/videoconf/desktop_sharing/
सहायता पृष्ठ URL http://connectix.net/videoconf/desktop_sharing/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CONNECTIX Desktop sharing",
    "author": "CONNECTIX",
    "version": "1.9.3.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.",
    "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "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
    }
}