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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } } |