HCPSS Canvas Assignment Extension
Collect all assignments for courses in Canvas
Wat is HCPSS Canvas Assignment Extension?
HCPSS Canvas Assignment Extension is een Chrome-extensie ontwikkeld door Ankit Patel, en de belangrijkste functie is "Collect all assignments for courses in Canvas".
Extensie Screenshots
Download het CRX-bestand van de extensie HCPSS Canvas Assignment Extension
Download HCPSS Canvas Assignment Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
***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
Basisinformatie over de Extensie
Naam | HCPSS Canvas Assignment Extension |
ID | baabmfbgjcnooapabhjehpakihoihmin |
Officiële URL | https://chromewebstore.google.com/detail/hcpss-canvas-assignment-e/baabmfbgjcnooapabhjehpakihoihmin |
Beschrijving | Collect all assignments for courses in Canvas |
Bestandsgrootte | 6.23 KB |
Aantal Installaties | 1,849 |
Huidige Versie | 4.0 |
Laatst Bijgewerkt | 2021-09-06 |
Publicatiedatum | 2020-09-19 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Ankit Patel |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ankpat/CanvasAssignmentExtension |
Help Pagina-URL | https://github.com/ankpat/CanvasAssignmentExtension/issues |
Ondersteunde Talen | 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" } ] } |