WSE DC Screen Sharing

This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.

WSE DC Screen Sharingคืออะไร?

WSE DC Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WSE Hong Kong Limited และคุณลักษณะหลักของมันคือ "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WSE DC Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย WSE DC Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This Chrome extension has been developed to allow the teacher of a Wall Street English Digital Classroom session to share their screen to their students. Teachers can use this extension to share their screen or application windows in order for the students to see what is on the screen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WSE DC Screen Sharing WSE DC Screen Sharing
ID pahhhcpdpgopkpgaemgdckngokjanlof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wse-dc-screen-sharing/pahhhcpdpgopkpgaemgdckngokjanlof
คำอธิบาย This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.
ขนาดไฟล์ 13.68 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2019-07-02
วันที่เผยแพร่ 2019-07-02
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา WSE Hong Kong Limited
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WSE DC Screen Sharing",
    "author": "WSE.",
    "version": "3.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows the teacher of WSE - Digital Classroom to share their screen or application windows to their students.",
    "homepage_url": "https:\/\/www.wallstreetenglish.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wallstreetenglish.com\/*",
            "https:\/\/*.wallstreetenglish.com.cn\/*",
            "https:\/\/*.wallstreetenglish.cn\/*",
            "https:\/\/localhost:*\/*"
        ]
    },
    "icons": {
        "16": "logo_16x16.png",
        "48": "logo_48x48.png",
        "128": "logo_128x128.png"
    },
    "browser_action": {
        "default_icon": "logo_128x128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo_128x128.png"
    ]
}