Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5148\u751f\u751f\u5f92\u753b\u9762\u5171\u6709\u6a5f\u80fd(\u6388\u696d) for Google Classroom",
"description": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5148\u751f\u751f\u5f92\u753b\u9762\u5171\u6709\u6a5f\u80fd(\u6388\u696d) for Google Classroom",
"version": "1.0.8",
"icons": {
"96": "\/images\/96.png"
},
"background": {
"service_worker": "background-wrapper.js"
},
"options_page": "",
"action": {
"default_title": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5148\u751f\u751f\u5f92\u753b\u9762\u5171\u6709\u6a5f\u80fd(\u6388\u696d) for Google Classroom",
"default_icon": {
"96": "\/images\/96.png"
},
"default_popup": ""
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"identity",
"identity.email",
"scripting"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"chrome:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*",
"chrome-extension:\/\/*\/*"
],
"resources": [
"js\/*",
"images\/*",
"backgrounds\/*"
],
"use_dynamic_url": true
}
],
"oauth2": {
"client_id": "528860550144-9harjnldd4ucgoufm0jdgej1cupt71c4.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile",
"https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
"https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly",
"https:\/\/www.googleapis.com\/auth\/classroom.profile.emails",
"https:\/\/www.googleapis.com\/auth\/classroom.profile.photos"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjOjEbyE3mYzrGUykNfgEMo3uDYt8yL+G+ikEvIMpYFiZa4UC5C+j4iu1CHx1GhW3yncQd\/soX4FLoLUO5PQ8nuUxf4FCzxz\/RjueWDdYI81w0iwwNQaWN\/k7ALww4djP7xZyQu16rh571q1B\/PPCAC2iW+Z9o0DC\/5S86RvROSWTiYyFPS265fRt0MpzUmAblNJctr5BsljWFKm+DvhFuExfhtsysIS+O+XQtqWjowhE3xj\/TD4QliUY7evsNkpMONcqsT1SnJ57KGFwVKeuJ4pDBPxS0TWD5KilqxpLskZT3k4vv1PX4R1aF1r9CrQMo5Cj+m3OstH6xUd3nTqJjwIDAQAB"
}