Canvas Live Chat
Extension will place a chat window for the class below a stream on Canvas.
Canvas Live Chatคืออะไร?
Canvas Live Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simpsonaustin756 และคุณลักษณะหลักของมันคือ "Extension will place a chat window for the class below a stream on Canvas."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Live Chat
ดาวน์โหลดไฟล์ส่วนขยาย Canvas Live Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extends the functionality of any canvas video stream by adding the dedicated class chat to the same page as the stream itself. This makes it easier to follow the content of the actual stream, stay involved in the chat, and reduce the potential for missing pings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Canvas Live Chat |
ID | ejpaglbjdljonlljljegofedlinjiigp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/canvas-live-chat/ejpaglbjdljonlljljegofedlinjiigp |
คำอธิบาย | Extension will place a chat window for the class below a stream on Canvas. |
ขนาดไฟล์ | 82.93 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-02-01 |
วันที่เผยแพร่ | 2018-02-01 |
ผู้พัฒนา | simpsonaustin756 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Live Chat", "short_name": "Live Chat", "description": "Extension will place a chat window for the class below a stream on Canvas.", "version": "1.0", "author": "Austin Simpson", "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "js": [ "jquery-3.2.1.min.js", "livechat.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "settings.html" }, "permissions": [ "activeTab", "storage" ] } |