HCPSS Canvas Assignment Extension
Collect all assignments for courses in Canvas
What is HCPSS Canvas Assignment Extension?
HCPSS Canvas Assignment Extension is a Chrome extension developed by Ankit Patel, and its main feature is "Collect all assignments for courses in Canvas".
Extension Screenshots
Download HCPSS Canvas Assignment Extension Extension CRX File
Download HCPSS Canvas Assignment Extension 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
***This extension is my personal project. It is not an official HCPSS developed or supported solution. Please do not contact HCPSS for support. Developer contact information is provided on the Chrome Webstore page.*** Extension for the HCPSS Canvas LMS instance. This extension adds a new section to the sidebar which displays all active assignments which have no submissions. This allows students to easily see which assignments must still be turned in. * This extension does not store any data locally. * This extension does not communicate with any third-party servers. Changelog ========= Changes in v4.0: - Updated for 2021 Canvas changes. - Unsubmitted assignments appear when in small-width mode in the new tray Changes in v3.2: - Filter out past-due assignments from list Changes in v3.1: - Added explicit ordering to assignments. Changes in v3: - Modernized the underlying JavaScript - Streamlined API calls to avoid hitting throttling limits
Extension Basic Information
Name | HCPSS Canvas Assignment Extension |
ID | baabmfbgjcnooapabhjehpakihoihmin |
Official URL | https://chromewebstore.google.com/detail/hcpss-canvas-assignment-e/baabmfbgjcnooapabhjehpakihoihmin |
Description | Collect all assignments for courses in Canvas |
File Size | 6.23 KB |
Installation Count | 1,849 |
Current Version | 4.0 |
Last Updated | 2021-09-06 |
Publish Date | 2020-09-19 |
Rating | 4.91/5 Total 11 Ratings |
Developer | Ankit Patel |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ankpat/CanvasAssignmentExtension |
Help Page URL | https://github.com/ankpat/CanvasAssignmentExtension/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HCPSS Canvas Assignment Extension", "version": "4.0", "description": "Collect all assignments for courses in Canvas", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/hcpss.instructure.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle" } ] } |