Unity Live Help Screen Share

Unity Live Help Screen Share

What is Unity Live Help Screen Share?

Unity Live Help Screen Share is a Chrome extension developed by Unity, and its main feature is "Unity Live Help Screen Share".

Extension Screenshots

screenshot

Download Unity Live Help Screen Share Extension CRX File

Download Unity Live Help Screen Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unity Live Help Screen Share Unity Live Help Screen Share
ID gnciegjlcbniffbifabplbjpimfpipbd
Official URL https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd
Description Unity Live Help Screen Share
File Size 5.32 KB
Installation Count 479
Current Version 1.0.2
Last Updated 2019-08-17
Publish Date 2019-08-16
Rating 5.00/5 Total 2 Ratings
Developer Unity
Payment Type free
Supported Languages 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\/*"
        ]
    }
}