Unity Live Help Screen Share

Unity Live Help Screen Share

Co je Unity Live Help Screen Share?

Unity Live Help Screen Share je rozšíření Chrome vyvinuté Unity, a jeho hlavní funkcí je „Unity Live Help Screen Share“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unity Live Help Screen Share

Stáhněte si soubory rozšíření Unity Live Help Screen Share 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í

                        Unity Live Help extension allows you to share your whole desktop or individual documents, PDFs, slideshows, and more with others in the live help session.                    

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

Název Unity Live Help Screen Share Unity Live Help Screen Share
ID gnciegjlcbniffbifabplbjpimfpipbd
Oficiální URL https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd
Popis Unity Live Help Screen Share
Velikost souboru 5.32 KB
Počet instalací 479
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-08-17
Datum Vydání 2019-08-16
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Unity
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unity Live Help Screen Share",
    "author": "unity connect",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Unity Live Help Screen Share",
    "homepage_url": "https:\/\/connect.unity.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "images\/unity_logo_48.png"
    },
    "browser_action": {
        "default_icon": "images\/unity_logo_48.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "unity_logo_48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/connect-local.unity.com\/*",
            "*:\/\/connect-test.unity.com\/*",
            "*:\/\/connect-staging.unity.com\/*",
            "*:\/\/connect.unity.com\/*",
            "*:\/\/livehelp-local.unity.com\/*",
            "*:\/\/livehelp-int.unity.com\/*",
            "*:\/\/livehelp-staging.unity.com\/*",
            "*:\/\/livehelp.unity.com\/*"
        ]
    }
}