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": "Grade Transferer", "version": "3.0.11", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Effortlessly transfer data between a variety of educational platforms and your gradebook(s).", "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 }, { "matches": [ "http:\/\/localhost:3000\/*", "http:\/\/127.0.0.1:3000\/*", "https:\/\/gradetransferer.firebaseapp.com\/*", "https:\/\/gradetransferersandbox.firebaseapp.com\/*" ], "js": [ "authentication-content-script.js" ] } ], "action": { "default_icon": "icons\/GT_fav_48x48.png", "default_title": "Seamlessly transfer & auto-sort grades from Google Classroom, Schoology, Aleks, Formative, Edulastic, AP Classroom, Socrative, Amplify, ZipGrade, StudyIsland, Aspen, Edmentum or copied from your clipboard into Genesis, Infinite Campus, Aspen, or PowerTeacher Pro", "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>" ] } ] }