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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://spiral.ac, και η κύρια λειτουργία του είναι "Spiral is the complete 1:1 learning platform. A suite of EdTech tools for classroom based collaborative learning with 1:1 devices.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spiral Student - Chrome

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Spiral Student - Chrome Spiral Student - Chrome
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"
        ]
    }
}