Add to Google Classroom
This extension adds the current site to Google Classroom
What is Add to Google Classroom?
Add to Google Classroom is a Chrome extension developed by https://canopy.education, and its main feature is "This extension adds the current site to Google Classroom".
Extension Screenshots
Download Add to Google Classroom Extension CRX File
Download Add to Google Classroom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save sites from around the web back to Google Classroom. Just click the Google Classroom button to save the site to your selected Google Classroom, to share with students as an announcement or an assignment. Note - you need to have a teacher account on Google Classroom for this extension to work.
Extension Basic Information
Name | Add to Google Classroom |
ID | oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Official URL | https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp |
Description | This extension adds the current site to Google Classroom |
File Size | 18.64 KB |
Installation Count | 400,000 |
Current Version | 1.7 |
Last Updated | 2022-12-30 |
Publish Date | 2015-12-27 |
Rating | 4.18/5 Total 104 Ratings |
Developer | https://canopy.education |
[email protected] | |
Payment Type | free |
Extension Website | https://www.canopy.education/post/add-to-google-classroom |
Privacy Policy Page URL | https://www.canopy.education/privacy-policy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Google Classroom", "description": "This extension adds the current site to Google Classroom", "version": "1.7", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": [], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |