Wyzant Screen Sharing

This Chrome extension enables screen sharing for the Wyzant online tutoring platform.

ما هو Wyzant Screen Sharing؟

Wyzant Screen Sharing هو إضافة Chrome تم تطويرها بواسطة Wyzant, Inc، والميزة الرئيسية لها هي "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".

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

screenshot
screenshot
screenshot

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

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

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

                        Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.                    

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

الاسم Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
الوصف This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
حجم الملف 20.08 KB
عدد التثبيتات 20,000
النسخة الحالية 2.0.1
آخر تحديث 2018-04-20
تاريخ النشر 2018-04-20
تقييم 3.54/5 مجموع تقييمات 13
المطور Wyzant, Inc
نوع الدفع free
موقع الإضافة https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
عنوان صفحة المساعدة https://wyzant.com/Online/FAQ
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wyzant Screen Sharing",
    "author": "Wyzant",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.",
    "homepage_url": "http:\/\/wyzant.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wyzant.io\/*",
            "https:\/\/*.wyzant.com\/*",
            "https:\/\/*.wyzant.dog\/*",
            "https:\/\/*.wyzdev.com\/*",
            "https:\/\/*.wyzdev.dog\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo16.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}