CTV Screen Sharing

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

Co je CTV Screen Sharing?

CTV Screen Sharing je rozšíření Chrome vyvinuté https://click-to-video.com, a jeho hlavní funkcí je „CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CTV Screen Sharing

Stáhněte si soubory rozšíření CTV Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CTV Screen Sharing CTV Screen Sharing
ID kohfoaokpnbibffipkhanldhanejlgpm
Oficiální URL https://chromewebstore.google.com/detail/ctv-screen-sharing/kohfoaokpnbibffipkhanldhanejlgpm
Popis CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Velikost souboru 99.59 KB
Počet instalací 63
Aktuální Verze 1.6
Poslední Aktualizace 2016-12-16
Datum Vydání 2016-12-16
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář https://click-to-video.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}