SkoolBot Classroom Assistant

Your simple-to-use dashboard for Google Classroom™

Apa itu SkoolBot Classroom Assistant?

SkoolBot Classroom Assistant adalah ekstensi Chrome yang dikembangkan oleh https://skoolbot.com, dan fitur utamanya adalah "Your simple-to-use dashboard for Google Classroom™".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SkoolBot Classroom Assistant

Unduh file ekstensi SkoolBot Classroom Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SkoolBot Classroom Assistant SkoolBot Classroom Assistant
ID ichcfkcpdckccielflilndofiokfgamd
URL Resmi https://chromewebstore.google.com/detail/skoolbot-classroom-assist/ichcfkcpdckccielflilndofiokfgamd
Deskripsi Your simple-to-use dashboard for Google Classroom™
Ukuran File 1.28 MB
Jumlah Instalasi 171
Versi Saat Ini 5.5
Terakhir Diperbarui 2021-10-15
Tanggal Publikasi 2020-12-27
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://skoolbot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.skoolbotclassroomassistant.com
URL Halaman Bantuan https://skoolbot.helpsite.com
Bahasa yang Didukung 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'"
}