Alice Keeler Gradebook Split
Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Qu'est-ce que Alice Keeler Gradebook Split ?
Alice Keeler Gradebook Split est une extension Chrome développée par https://alicekeeler.com, et sa fonction principale est "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alice Keeler Gradebook Split
Téléchargez les fichiers d'extension Alice Keeler Gradebook Split au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Alice Keeler Gradebook Split |
ID | ipldiafffkbheamaoepjlncolocdlojd |
URL Officiel | https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd |
Description | Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work. |
Taille du Fichier | 23.7 KB |
Nombre d'Installations | 11,157 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-10-23 |
Date de Publication | 2019-10-23 |
Évaluation | 3.50/5 Total 14 Évaluations |
Développeur | https://alicekeeler.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.alicekeeler.com/teachertech/ |
URL de la Page de Politique de Confidentialité | https://alicekeeler.com/privacy-policy |
Langues Prises en Charge | 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" } |