Unity Live Help Screen Share

Unity Live Help Screen Share

ما هو Unity Live Help Screen Share؟

Unity Live Help Screen Share هو إضافة Chrome تم تطويرها بواسطة Unity، والميزة الرئيسية لها هي "Unity Live Help Screen Share".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Unity Live Help Screen Share

قم بتنزيل ملفات الامتداد Unity Live Help Screen Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
        ]
    }
}