StudyBee

With StudyBee's assessment tools, you can assess student work directly in Google Classroom, and give feedback.

StudyBee란 무엇입니까?

StudyBee은(는) https://studybee.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With StudyBee's assessment tools, you can assess student work directly in Google Classroom, and give feedback."입니다.

확장 프로그램 스크린샷

screenshot

StudyBee 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        StudyBee provides additional functionality to Google Classroom.

For teachers, students and other educators.                    

확장 프로그램 기본 정보

이름 StudyBee StudyBee
ID nbhebloikpdgagghfhamjkbgfnobcfck
공식 URL https://chromewebstore.google.com/detail/studybee/nbhebloikpdgagghfhamjkbgfnobcfck
설명 With StudyBee's assessment tools, you can assess student work directly in Google Classroom, and give feedback.
파일 크기 7.7 MB
설치 횟수 20,000
현재 버전 2.2.24
최근 업데이트 2024-03-06
출시 날짜 2020-04-07
평점 2.25/5 총 16 개의 평점
개발자 https://studybee.se
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://studybee.se/
도움말 페이지 URL https://studybee.se/instruktionsfilmer/
개인정보 보호 정책 페이지 URL https://studybee.se/personuppgiftspolicy
지원되는 언어 en,en-US,nl,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.2.24",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "externally_connectable": {
        "matches": []
    },
    "permissions": [
        "storage",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "activeTab",
        "identity",
        "identity.email",
        "webNavigation",
        "http:\/\/*.google.com\/*",
        "https:\/\/*.google.com\/*",
        "http:\/\/*.studybee.io\/*",
        "https:\/\/*.studybee.io\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*",
        "styles\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*",
                "https:\/\/docs.google.com\/document\/d\/*",
                "https:\/\/docs.google.com\/spreadsheets\/d\/*",
                "https:\/\/docs.google.com\/spreadsheets\/u\/*",
                "https:\/\/docs.google.com\/a\/*\/spreadsheets\/d\/*",
                "https:\/\/docs.google.com\/presentation\/d\/*",
                "https:\/\/docs.google.com\/drawings\/d\/*",
                "https:\/\/drive.google.com\/a\/*\/d\/*"
            ],
            "exclude_matches": [
                "https:\/\/classroom.google.com\/ineligible"
            ],
            "js": [
                "scripts\/contentscript-vendors.js",
                "scripts\/contentscript.js",
                "scripts\/contentscript.ng.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "oauth2": {
        "client_id": "397138885459-1bli926qeo17gnntsvh4ttlor0ai4ofn.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.me.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.emails",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.photos",
            "https:\/\/www.googleapis.com\/auth\/classroom.push-notifications",
            "https:\/\/www.googleapis.com\/auth\/classroom.guardianlinks.me.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.guardianlinks.students.readonly",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/classroom.topics.readonly"
        ]
    }
}