Alice Keeler Gradebook Split

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

Vad är Alice Keeler Gradebook Split?

Alice Keeler Gradebook Split är en Chrome-tillägg utvecklad av https://alicekeeler.com, och dess huvudfunktion är "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Alice Keeler Gradebook Split-förlängningens CRX-fil

Ladda ner Alice Keeler Gradebook Split-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
Officiell webbadress https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
Beskrivning Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Filstorlek 23.7 KB
Antal Installationer 11,157
Aktuell Version 1.0.2
Senast Uppdaterad 2019-10-23
Publiceringsdatum 2019-10-23
Betyg 3.50/5 Totalt 14 Betyg
Utvecklare https://alicekeeler.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.alicekeeler.com/teachertech/
URL till Sekretesspolicy Sidan https://alicekeeler.com/privacy-policy
Stödda Språk 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"
}