WeSchool Screen Sharing

A simple extension that allows you to share your desktop into meetings with WeSchool Meet.

ما هو WeSchool Screen Sharing؟

WeSchool Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://app.weschool.com، والميزة الرئيسية لها هي "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.".

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

screenshot

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

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

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

                                            

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

الاسم WeSchool Screen Sharing WeSchool Screen Sharing
ID inemhnpdnjooccilpnijebmmajejgdho
عنوان URL الرسمي https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho
الوصف A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
حجم الملف 11.25 KB
عدد التثبيتات 1,189
النسخة الحالية 0.1.6.2
آخر تحديث 2019-02-14
تاريخ النشر 2019-02-14
تقييم 4.00/5 مجموع تقييمات 23
المطور https://app.weschool.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeSchool Screen Sharing",
    "description": "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.",
    "version": "0.1.6.2",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.weschool.com\/*"
        ]
    }
}