SkoolBot Classroom Assistant

Your simple-to-use dashboard for Google Classroom™

什麼是SkoolBot Classroom Assistant?

SkoolBot Classroom Assistant是由https://skoolbot.com開發的Chrome擴展程式,該擴展的主要功能是“Your simple-to-use dashboard for Google Classroom™”。

擴展截圖

screenshot
screenshot
screenshot

下載SkoolBot Classroom Assistant擴展crx文件

下載SkoolBot Classroom Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SkoolBot Classroom Assistant SkoolBot Classroom Assistant
ID ichcfkcpdckccielflilndofiokfgamd
官方網址 https://chromewebstore.google.com/detail/skoolbot-classroom-assist/ichcfkcpdckccielflilndofiokfgamd
簡介 Your simple-to-use dashboard for Google Classroom™
檔案大小 1.28 MB
安裝次數 171
目前版本 5.5
更新時間 2021-10-15
上架時間 2020-12-27
評分 5.00/5 共 5 次評分
開發者 https://skoolbot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.skoolbotclassroomassistant.com
說明頁面URL https://skoolbot.helpsite.com
支援的語言 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'"
}