Unity Live Help Screen Share

Unity Live Help Screen Share

什么是Unity Live Help Screen Share?

Unity Live Help Screen Share是由Unity开发的Chrome扩展程序,该扩展的主要功能是“Unity Live Help Screen Share”。

扩展截图

screenshot

下载Unity Live Help Screen Share扩展crx文件

下载Unity Live Help Screen Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Unity Live Help Screen Share Unity Live Help Screen Share
ID gnciegjlcbniffbifabplbjpimfpipbd
官方URL https://chromewebstore.google.com/detail/unity-live-help-screen-sh/gnciegjlcbniffbifabplbjpimfpipbd
简介 Unity Live Help Screen Share
文件大小 5.32 KB
安装次数 479
当前版本 1.0.2
更新时间 2019-08-17
上架时间 2019-08-16
评分 5.00/5 共2次评分
开发者 Unity
付费类型 free
支持的语言 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\/*"
        ]
    }
}