CONNECTIX Desktop sharing

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

Co to jest CONNECTIX Desktop sharing?

CONNECTIX Desktop sharing to rozszerzenie Chrome opracowane przez https://connectix.net, a jego główną funkcją jest „Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CONNECTIX Desktop sharing

Pobierz pliki rozszerzeń CONNECTIX Desktop sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        screen sharing                    

Podstawowe informacje o rozszerzeniu

Nazwa CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
Oficjalny URL https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
Opis Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Rozmiar pliku 83.98 KB
Liczba instalacji 1,468
Aktualna Wersja 1.9.3.3
Ostatnia Aktualizacja 2015-07-08
Data Publikacji 2015-07-07
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper https://connectix.net
Typ Płatności free
Strona Rozszerzenia http://connectix.net/videoconf/desktop_sharing/
Adres URL Strony Pomocy http://connectix.net/videoconf/desktop_sharing/
Obsługiwane Języki 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
    }
}