Alice Keeler Gradebook Split

Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.

Hvad er Alice Keeler Gradebook Split?

Alice Keeler Gradebook Split er en Chrome-udvidelse udviklet af https://alicekeeler.com, og dens hovedfunktion er "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Alice Keeler Gradebook Split-udvidelses-CRX-fil

Download Alice Keeler Gradebook Split-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
Officiel URL https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
Beskrivelse Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Filstørrelse 23.7 KB
Antal Installationer 11,157
Nuværende Version 1.0.2
Senest Opdateret 2019-10-23
Udgivelsesdato 2019-10-23
Bedømmelse 3.50/5 Samlet 14 Bedømmelser
Udvikler https://alicekeeler.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.alicekeeler.com/teachertech/
URL til Fortrolighedspolitik Side https://alicekeeler.com/privacy-policy
Understøttede Sprog 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"
}