StudyBee
With StudyBee's assessment tools, you can assess student work directly in Google Classroom, and give feedback.
StudyBee क्या है?
StudyBee https://studybee.se द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With StudyBee's assessment tools, you can assess student work directly in Google Classroom, and give feedback."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StudyBee एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
StudyBee provides additional functionality to Google Classroom. For teachers, students and other educators.
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } } |