Unity Live Help Screen Share

Unity Live Help Screen Share

Unity Live Help Screen Share क्या है?

Unity Live Help Screen Share Unity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unity Live Help Screen Share"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unity Live Help Screen Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}