Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Smart Education คืออะไร?
Smart Education เป็นส่วนขยายของ Chrome ที่พัฒนาโดย forrestlin888 และคุณลักษณะหลักของมันคือ "The Plug-in for screen sharing and file sharing of smart live teaching & learning service."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Education
ดาวน์โหลดไฟล์ส่วนขยาย Smart Education ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
คำอธิบาย | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2019-08-16 |
วันที่เผยแพร่ | 2019-08-12 |
ผู้พัฒนา | forrestlin888 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Smart Education ", "permissions": [ "desktopCapture", "contextMenus", "bookmarks", "tabs", "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Smart Live Teaching & Learning Service", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "default_locale": "zh_CN" } |