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.
什麼是Spiral Student - Chrome?
Spiral Student - Chrome是由http://spiral.ac開發的Chrome擴展程式,該擴展的主要功能是“Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.”。
擴展截圖
下載Spiral Student - Chrome擴展crx文件
下載Spiral Student - Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | jkpbobccjbapncjfbjddenkmjialkgej |
官方網址 | https://chrome.google.com/webstore/detail/spiral-student-chrome/jkpbobccjbapncjfbjddenkmjialkgej |
簡介 | Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices. |
檔案大小 | 106 KB |
安裝次數 | 610 |
目前版本 | 1.0.0.3 |
更新時間 | 2017-10-16 |
上架時間 | 2017-10-16 |
評分 | 3.50/5 共 2 次評分 |
開發者 | http://spiral.ac |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://spiral.ac/student |
隱私政策頁面URL | https://spiral.ac/support/privacy |
支援的語言 | 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" ] } } |