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": "Ouriginal for Google Classroom Extension", "short_name": "Ouriginal for Google Classroom", "manifest_version": 3, "version": "1.3.9", "description": "Ouriginal integration for Google Classroom\u2122 allows teachers to send student submissions to Ouriginal for text-matching analysis.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgFq06Sgtxb6fkttwgj960GjRBx5Cg0FSgaRxryO\/7KqNX+ejK7TPyPT\/fMFvGcGu74\/p34fICA09NcrF2vR5KYeRcEhJD6AJvQdaRkFTOrTA8P\/VvhdPQkzgf92nOSWzAVPEDtoBqd9OYDoGlFBcjb6GdvwLD4nbru9Ro8l7g2vrKiOa4f7tmGmZhC+nz4yg4BADyRBHm1iQpvhdH7rA3DENC68w8\/RpDsu\/UzRaHW8BHoXg27RvltFlSQvy\/1TmmC7yIKRTIKue\/lUZRXLbeWRNn1j65B6e07H98z52+gA4NoE3q\/CRlcYwz03wKHnRJc9I3XG3TfQ6TysHG0nzhwIDAQAB", "background": { "service_worker": "background.js" }, "icons": { "16": "static\/16x16.png", "48": "static\/48x48.png", "128": "static\/128x128.png" }, "action": { "default_icon": { "16": "static\/16x16.png", "32": "static\/32x32.png" }, "default_title": "Ouriginal for Google Classroom", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "css": [ "inject.css" ], "js": [ "inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "panel.html", "static\/128x128.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "oauth2": { "client_id": "720599119898-dgrk9noqers4jvoluqkg7mn3rq5s1abj.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "permissions": [ "identity" ], "host_permissions": [ "https:\/\/classroom.google.com\/*" ] }