PERU CONNECT Screen Sharing

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

Co je PERU CONNECT Screen Sharing?

PERU CONNECT Screen Sharing je rozšíření Chrome vyvinuté https://click-to-video.com, a jeho hlavní funkcí je „PERU CONNECT 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í PERU CONNECT Screen Sharing

Stáhněte si soubory rozšíření PERU CONNECT 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í

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

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

Název PERU CONNECT Screen Sharing PERU CONNECT Screen Sharing
ID gjkkoeagdcdbnjelckkknjfjpkjklheg
Oficiální URL https://chromewebstore.google.com/detail/peru-connect-screen-shari/gjkkoeagdcdbnjelckkknjfjpkjklheg
Popis PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Velikost souboru 143 KB
Počet instalací 25
Aktuální Verze 4.18.0618
Poslední Aktualizace 2018-07-10
Datum Vydání 2018-07-10
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": "PERU CONNECT Screen Sharing",
    "author": "NetStairs",
    "version": "4.18.0618",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/peruconnect.click-to-video.com\/",
    "background": {
        "scripts": [
            "socket.io.js",
            "adapter.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "MultiStreamsMixer.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "PERU CONNECT Screen Sharing",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}