Canvas Live Chat
Extension will place a chat window for the class below a stream on Canvas.
O que é Canvas Live Chat?
Canvas Live Chat é uma extensão do Chrome desenvolvida por simpsonaustin756, e sua principal característica é "Extension will place a chat window for the class below a stream on Canvas.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Canvas Live Chat
Baixe arquivos de extensão Canvas Live Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Canvas Live Chat |
ID | ejpaglbjdljonlljljegofedlinjiigp |
URL Oficial | https://chromewebstore.google.com/detail/canvas-live-chat/ejpaglbjdljonlljljegofedlinjiigp |
Descrição | Extension will place a chat window for the class below a stream on Canvas. |
Tamanho do Arquivo | 82.93 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0 |
Última Atualização | 2018-02-01 |
Data de Publicação | 2018-02-01 |
Desenvolvedor | simpsonaustin756 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |