Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

ما هو Screen Share؟

Screen Share هو إضافة Chrome تم تطويرها بواسطة authorGEN، والميزة الرئيسية لها هي "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".

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

screenshot
screenshot
screenshot

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

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

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

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

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

الاسم Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
عنوان URL الرسمي https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
الوصف Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
حجم الملف 13.21 KB
عدد التثبيتات 58,170
النسخة الحالية 0.0.0.8
آخر تحديث 2017-11-07
تاريخ النشر 2017-11-07
تقييم 2.47/5 مجموع تقييمات 43
المطور authorGEN
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://www.authorgen.com/Privacy.aspx
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}