SkoolBot Classroom Assistant

Your simple-to-use dashboard for Google Classroom™

Cos'è SkoolBot Classroom Assistant?

SkoolBot Classroom Assistant è un'estensione di Chrome sviluppata da https://skoolbot.com, e la sua funzione principale è "Your simple-to-use dashboard for Google Classroom™".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SkoolBot Classroom Assistant

Scarica i file di estensione SkoolBot Classroom Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SkoolBot Classroom Assistant for Google Classroom™ is a free must-have tool for students and parents overwhelmed by the amount of information they receive every day from their school.

At SkoolBot, we love Google Classroom™!  We just think students need a way to easily know when important things are happening, and to make sure they don't miss something critical.

SkoolBot Classroom Assistant takes all the information you get, and organizes it into a one-click dashboard with simple, high-level categories:

1. Urgent Items - Those things that are due today or tomorrow

2. New Assignments - All your homework and assignments due over the next 2 weeks

3. New Materials - New materials your teacher has posted for your class

4. New Questions - Questions posted by the teacher you need to answer

5. Graded Assignments - All the grades you received over the past week

6. Private Messages - Messages sent specifically to you from your teacher

7. New Announcements - Messages sent to the entire class

SkoolBot is accessible whenever you want.
Just click on the SkoolBot icon, and a summary window shows up with the number of items in each category.  Click on a category, and a detailed window show up with all the specific assignments, grades, messages, etc. for you to view.  A click on any one of those items pulls you right into Google Classroom™, showing the specific assignment, etc.

It's that simple!

SkoolBot Classroom Assistant is always watching out for you.  If we find anything important, a red "!" will appear on the SkoolBot icon, telling you to click on it to see what's up.

Privacy and security is important to us at SkoolBot. All your school information is kept on your machine.  We don't see it.  That's the way it should be - it's your private stuff.

Don't get lost in the avalanche of information from your school.  Focus on what matters.  That's how to do better at school each and every day.

Let us help you manage your schoolwork.  Start using SkoolBot Classroom Assistant today!  Did we mention that it's FREE???





Google Classroom is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

Informazioni di Base sull'Estensione

Nome SkoolBot Classroom Assistant SkoolBot Classroom Assistant
ID ichcfkcpdckccielflilndofiokfgamd
URL Ufficiale https://chromewebstore.google.com/detail/skoolbot-classroom-assist/ichcfkcpdckccielflilndofiokfgamd
Descrizione Your simple-to-use dashboard for Google Classroom™
Dimensione del File 1.28 MB
Conteggio Installazioni 171
Versione Corrente 5.5
Ultimo Aggiornamento 2021-10-15
Data di Pubblicazione 2020-12-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://skoolbot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.skoolbotclassroomassistant.com
URL della Pagina di Aiuto https://skoolbot.helpsite.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkoolBot Classroom Assistant",
    "description": "Your simple-to-use dashboard for Google Classroom\u2122",
    "version": "5.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.min.js",
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "lib\/popup.html",
        "default_icon": "lib\/icons\/32.png"
    },
    "icons": {
        "16": "lib\/icons\/16.png",
        "32": "lib\/icons\/32.png",
        "40": "lib\/icons\/40.png",
        "64": "lib\/icons\/64.png",
        "100": "lib\/icons\/100.png",
        "128": "lib\/icons\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo\/ryZdPfxtaSVzD5xEzVVRh8I2gJNoe+c\/FuBo90C3TYTMpJrPO\/eKNidGfB+Vm\/gkQPgXpGy582z7dEM4YDq8c\/WK18P73EXGJ5VFiKJOBGAfdRxKWRQdUgsCS919GDB\/ErdicdFvdbhojVJTIhXdHI4qKRPl56q+z2VMsBqnStlBtXQrEfcXDJXki\/Xvd3L8noWkMCi9hjas5p2fzoNHi5j9aOSDHxn7Y\/mF8KyFM8FENIifJajUhC9BvcIezxrxjYzXreb3kLTfVnd+JWA49foXmdjZsmR8xpoEbO\/c5pVZon+PfCicxb\/UKkwKUMLHsdpf1G\/0M4gFLmTk2zFwIDAQAB",
    "oauth2": {
        "client_id": "372054443225-oo8kgvak39jj2offfcddijlhrnb442i6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "identity",
        "identity.email",
        "https:\/\/apis.google.com\/*",
        "https:\/\/accounts.google.com\/*",
        "http:\/\/extension.skoolbot.com\/*",
        "https:\/\/extension.skoolbot.com\/*",
        "https:\/\/script.googleusercontent.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/apis.google.com ;script-src-elem 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/apis.google.com 'unsafe-inline'; object-src 'self'"
}