Canvas Live Chat
Extension will place a chat window for the class below a stream on Canvas.
Apa itu Canvas Live Chat?
Canvas Live Chat adalah ekstensi Chrome yang dikembangkan oleh simpsonaustin756, dan fitur utamanya adalah "Extension will place a chat window for the class below a stream on Canvas.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Canvas Live Chat
Unduh file ekstensi Canvas Live Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Canvas Live Chat |
ID | ejpaglbjdljonlljljegofedlinjiigp |
URL Resmi | https://chromewebstore.google.com/detail/canvas-live-chat/ejpaglbjdljonlljljegofedlinjiigp |
Deskripsi | Extension will place a chat window for the class below a stream on Canvas. |
Ukuran File | 82.93 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-02-01 |
Tanggal Publikasi | 2018-02-01 |
Pengembang | simpsonaustin756 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |