SkoolBot Classroom Assistant

Your simple-to-use dashboard for Google Classroom™

Co to jest SkoolBot Classroom Assistant?

SkoolBot Classroom Assistant to rozszerzenie Chrome opracowane przez https://skoolbot.com, a jego główną funkcją jest „Your simple-to-use dashboard for Google Classroom™”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SkoolBot Classroom Assistant

Pobierz pliki rozszerzeń SkoolBot Classroom Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SkoolBot Classroom Assistant SkoolBot Classroom Assistant
ID ichcfkcpdckccielflilndofiokfgamd
Oficjalny URL https://chromewebstore.google.com/detail/skoolbot-classroom-assist/ichcfkcpdckccielflilndofiokfgamd
Opis Your simple-to-use dashboard for Google Classroom™
Rozmiar pliku 1.28 MB
Liczba instalacji 171
Aktualna Wersja 5.5
Ostatnia Aktualizacja 2021-10-15
Data Publikacji 2020-12-27
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://skoolbot.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.skoolbotclassroomassistant.com
Adres URL Strony Pomocy https://skoolbot.helpsite.com
Obsługiwane Języki 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'"
}