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

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

                                            

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

ชื่อ 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\/*"
        ]
    }
}