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",
"name": "GradeTransferer - Transfer, Scale & Sort Grades | Save Time, Reduce Errors",
"version": "3.1.17",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "Transfer, scale, and sort grades between 40+ LMS platforms and gradebooks. Automate grade entry, reduce errors, and save hours.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4E61U1bdS914MPAY6MNZa91\/5ANufBOpb8dH1rsb7O2lguvhymAIAPNxiD1cxx91BvPJkQx\/87lTLD8nj9E\/mbi0YOVfdtq60fb+HEdmYxd+gAgbxDlqkuRiJri1pN1kd11nFOzMYdtWr7D+Squpgco5eeYviU3dvdO88Rj+7ezZeoaxTAhAj21wCUEfQ\/kYLYbDl9md2xz6NLJAnkXDEVyFnDsW7W7P0iL18Uzj8sQ4ERwpe5psRgBS1XvN5FN4Ln2RvkSZQLFCaDRJeJKFSZDkqU6Zcv98zXiY5HQV1LIy0jOfyItn1+h334UQgdz8YYz+wf7NN7Uypc6jZV34IwIDAQAB",
"oauth2": {
"client_id": "1030527798591-eb365h9dh1emug1cde7c69igk245hh0m.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"icons": {
"16": "icons\/GT_fav_32x32.png",
"48": "icons\/GT_fav_48x48.png",
"128": "icons\/GT_fav_128x128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"action": {
"default_icon": "icons\/GT_fav_48x48.png",
"default_title": "Seamlessly transfer, scale, and sort grades between Google Classroom, PowerTeacher Pro, Canvas, Aspen, Infinite Campus, Schoolody, EdPuzzle, ZipGrade, and 40+ LMS, SIS, and gradebook platforms. Automate entry, reduce errors, save hours.",
"default_popup": "main.html"
},
"permissions": [
"storage",
"tabs",
"activeTab",
"clipboardRead",
"scripting"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:3000\/*",
"http:\/\/127.0.0.1:3000\/*",
"https:\/\/gradetransferersandbox.firebaseapp.com\/*",
"https:\/\/gradetransferer.firebaseapp.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"modal.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"post.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"options.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"\/icons\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"sci.js"
],
"matches": [
"<all_urls>"
]
}
]
}