YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

ما هو YouNeed Screen Sharing؟

YouNeed Screen Sharing هو إضافة Chrome تم تطويرها بواسطة YouNeed®، والميزة الرئيسية لها هي "This WebRTC screen capturing extension can be used with YouNeed platform".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouNeed Screen Sharing

قم بتنزيل ملفات الامتداد YouNeed Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.                    

معلومات أساسية عن التمديد

الاسم YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
الوصف This WebRTC screen capturing extension can be used with YouNeed platform
حجم الملف 9.88 KB
عدد التثبيتات 170
النسخة الحالية 1.0.3
آخر تحديث 2021-10-19
تاريخ النشر 2018-04-10
تقييم 5.00/5 مجموع تقييمات 1
المطور YouNeed®
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://youneed.it
عنوان صفحة سياسة الخصوصية https://www.ambrogio.com/policy/policy-privacy.html
اللغات المدعومة it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Screen Sharing",
    "short_name": "YNsharing",
    "author": "Ambrogio srl",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used with YouNeed platform",
    "homepage_url": "https:\/\/web.youneed.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.web.youneed.it\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*.web.youneed.it\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}