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.
Vad är Spiral Student - Chrome?
Spiral Student - Chrome är en Chrome-tillägg utvecklad av http://spiral.ac, och dess huvudfunktion är "Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.".
Tilläggsskärmbilder
Ladda ner Spiral Student - Chrome-förlängningens CRX-fil
Ladda ner Spiral Student - Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jkpbobccjbapncjfbjddenkmjialkgej |
Officiell webbadress | https://chrome.google.com/webstore/detail/spiral-student-chrome/jkpbobccjbapncjfbjddenkmjialkgej |
Beskrivning | Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices. |
Filstorlek | 106 KB |
Antal Installationer | 610 |
Aktuell Version | 1.0.0.3 |
Senast Uppdaterad | 2017-10-16 |
Publiceringsdatum | 2017-10-16 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | http://spiral.ac |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://spiral.ac/student |
URL till Sekretesspolicy Sidan | https://spiral.ac/support/privacy |
Stödda Språk | 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" ] } } |