Random Student Generator for Google Classroom

Select a random student from your Google Classroom at the click of a button - keeping students engaged in learning.

Τι είναι το Random Student Generator for Google Classroom;

Το Random Student Generator for Google Classroom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gsuitelikeapro, και η κύρια λειτουργία του είναι "Select a random student from your Google Classroom at the click of a button - keeping students engaged in learning.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Random Student Generator for Google Classroom

Λήψη αρχείων επέκτασης Random Student Generator for Google Classroom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Using your classes that are set up in Google Classroom, you can quickly select a random student using this extension. Whether it be for answering questions in the classroom, prize draws or a tool to ensure that all learners are engaged, it couldn't be simpler. Student images can be disabled if your class is shy and student will be displayed as robots! 

This is currently BETA and it is improving all the time. If you experience any bugs, please let us know as soon as possible and we will get them fixed.

Recently Added Features:

- Teachers can set the duration of the random student popup on the settings tab
- Students without a photo are now shown as robots!

Known Issues:

- Does not work on a new blank tab, or on the chrome webstore pages

Upcoming Features:

- Button to load another student from the same classroom, after initial click
- Add custom button to classroom.google.com classrooms
- Custom screen time for randomly selected student

Future Features:

- Users can select names from a Google Sheet

Support: [email protected]                    

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

Όνομα Random Student Generator for Google Classroom Random Student Generator for Google Classroom
ID kieflbdkopabcodmbpibhafnjalkpkod
Επίσημο URL https://chromewebstore.google.com/detail/random-student-generator/kieflbdkopabcodmbpibhafnjalkpkod
Περιγραφή Select a random student from your Google Classroom at the click of a button - keeping students engaged in learning.
Μέγεθος Αρχείου 1.12 MB
Αριθμός Εγκαταστάσεων 7,132
Τρέχουσα Έκδοση 0.0.19
Τελευταία Ενημέρωση 2018-04-20
Ημερομηνία Δημοσίευσης 2018-04-20
Αξιολόγηση 3.20/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής gsuitelikeapro
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Student Generator for Google Classroom",
    "description": "Select a random student from your Google Classroom at the click of a button - keeping students engaged in learning.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsL0vr3R7N3GpaNGCUEc45x0neLRrwT0FlTFx4lEx\/XQVFOiwvqmtb810sySC7DTEQ5+1cXNOQ30AzUtiUtayVA8+vm1m4G4+eheXNfP0a1oF3gpPIzc+7mUuVGSwTTwqJYZJzL2l32u5azTLhC9\/LtDg4IbFvTNAuQXtJ\/WXculYFYgC\/HRAICvzHiMce1MD6KYc8lPKJO5p2vo3YqKakLfRp8F57hvMfVxtAP9X8Rux+latN3KnqM1WLkfmOSXnbnKVxrs8mcRytoFjQ+U5g3qK7a0+eoPGP6qL7FJL+creqif4mdwWx6CsUAkM\/A\/mM1PcjlrcHesYyYey9xUJkQIDAQAB",
    "version": "0.0.19",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Click here to generate a random student!"
    },
    "author": "Tristan Kirkpatrick - #GSuiteLikeAPro",
    "permissions": [
        "identity",
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "oauth2": {
        "client_id": "324446680830-7e8jeu6vglt2fjkb5337pupqbj58jgrc.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.photos"
        ]
    }
}