Spiral Student - Chrome
Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.
O que é Spiral Student - Chrome?
Spiral Student - Chrome é uma extensão do Chrome desenvolvida por http://spiral.ac, e sua principal característica é "Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spiral Student - Chrome
Baixe arquivos de extensão Spiral Student - Chrome 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
Spiral Student Chrome App Students can work individually or collaboratively, or in teams with Spiral's suite of EdTech apps. Perfect for answering quick quizzes, engaging in lively discussions and note taking. Join Quickfire formative assessments to showcase your understanding. Comment and chat on interactive presentations to spark creativity in class. Team Up, create and share collaborative presentations from linked devices. Be part of a live chat on any YouTube video, with questions and quizzes. Features • Assignments, student-led homework, class and clipped Learning. • Discuss notes. Match your digital note-taking to lecture resources for review after class. • Marking and grading. Get quick feedback from your teachers. • Access detailed reports for reflection and summative assessment. • Student portfolio. Complete assignments, see marks, notes and timeline of all activities • Access exit tickets from your classes. Account creation is not necessary. Simply join using the short access code provided by your teacher. Any web connected device can be used to access Spiral.
Informações Básicas da Extensão
Nome | |
ID | jkpbobccjbapncjfbjddenkmjialkgej |
URL Oficial | https://chrome.google.com/webstore/detail/spiral-student-chrome/jkpbobccjbapncjfbjddenkmjialkgej |
Descrição | Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices. |
Tamanho do Arquivo | 106 KB |
Contagem de Instalações | 610 |
Versão Atual | 1.0.0.3 |
Última Atualização | 2017-10-16 |
Data de Publicação | 2017-10-16 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | http://spiral.ac |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://spiral.ac/student |
URL da Página de Política de Privacidade | https://spiral.ac/support/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spiral Student - Chrome", "short_name": "Spiral Student - Chrome", "description": "Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.", "version": "1.0.0.3", "browser_action": { "default_icon": "spiral-icon-transparent-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "jquery-ui.min.js" ] } ], "background": { "scripts": [ "background.js" ] } } |