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 |
公式URL | 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 |
Eメール | [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" ] } } |