Alice Keeler Gradebook Split
Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Wat is Alice Keeler Gradebook Split?
Alice Keeler Gradebook Split is een Chrome-extensie ontwikkeld door https://alicekeeler.com, en de belangrijkste functie is "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alice Keeler Gradebook Split
Download Alice Keeler Gradebook Split-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
Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work. This allows you to easily enter grades and give feedback. Install the Chrome extension. In the options change the default from Teacher Tech to the link to your online gradebook. You can access the options by right clicking on the Chrome extension icon.
Basisinformatie over de Extensie
Naam | Alice Keeler Gradebook Split |
ID | ipldiafffkbheamaoepjlncolocdlojd |
Officiële URL | https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd |
Beschrijving | Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work. |
Bestandsgrootte | 23.7 KB |
Aantal Installaties | 11,157 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-10-23 |
Publicatiedatum | 2019-10-23 |
Beoordeling | 3.50/5 Totaal 14 Beoordelingen |
Ontwikkelaar | https://alicekeeler.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.alicekeeler.com/teachertech/ |
URL van de Privacybeleid Pagina | https://alicekeeler.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__" }, "options_page": "options.html" } |