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
官方URL 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'"
}