TeachHoot Screen Sharing

This extension is developed primarily for TeachHoot classroom screen sharing functionality.

ما هو TeachHoot Screen Sharing؟

TeachHoot Screen Sharing هو إضافة Chrome تم تطويرها بواسطة teachhoot، والميزة الرئيسية لها هي "This extension is developed primarily for TeachHoot classroom screen sharing functionality.".

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

screenshot

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

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

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

                        Only for TeachHoot virtual classroom screen sharing functionality.                    

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

الاسم TeachHoot Screen Sharing TeachHoot Screen Sharing
ID goapckpidegmgkkcdkepmodfgpafhhce
عنوان URL الرسمي https://chrome.google.com/webstore/detail/teachhoot-screen-sharing/goapckpidegmgkkcdkepmodfgpafhhce
الوصف This extension is developed primarily for TeachHoot classroom screen sharing functionality.
حجم الملف 16.67 KB
عدد التثبيتات 23
النسخة الحالية 1.2
آخر تحديث 2018-07-21
تاريخ النشر 2018-07-21
المطور teachhoot
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TeachHoot Screen Sharing",
    "author": "TeachHoot, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "description": "This extension is developed primarily for TeachHoot classroom screen sharing functionality.",
    "homepage_url": "https:\/\/www.teachhoot.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.teachhoot.com\/*",
            "https:\/\/137.117.245.112:1443\/*",
            "https:\/\/localhost:44390\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "audioCapture"
    ]
}