Alice Keeler Gradebook Split
Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
What is Alice Keeler Gradebook Split?
Alice Keeler Gradebook Split is a Chrome extension developed by https://alicekeeler.com, and its main feature is "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".
Extension Screenshots
Download Alice Keeler Gradebook Split Extension CRX File
Download Alice Keeler Gradebook Split 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
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.
Extension Basic Information
Name | Alice Keeler Gradebook Split |
ID | ipldiafffkbheamaoepjlncolocdlojd |
Official URL | 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. |
File Size | 23.7 KB |
Installation Count | 11,157 |
Current Version | 1.0.2 |
Last Updated | 2019-10-23 |
Publish Date | 2019-10-23 |
Rating | 3.50/5 Total 14 Ratings |
Developer | https://alicekeeler.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.alicekeeler.com/teachertech/ |
Privacy Policy Page URL | https://alicekeeler.com/privacy-policy |
Supported Languages | 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" } |