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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}