Alice Keeler Gradebook Split

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

Co je Alice Keeler Gradebook Split?

Alice Keeler Gradebook Split je rozšíření Chrome vyvinuté https://alicekeeler.com, a jeho hlavní funkcí je „Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Alice Keeler Gradebook Split

Stáhněte si soubory rozšíření Alice Keeler Gradebook Split ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
Oficiální URL https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
Popis Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Velikost souboru 23.7 KB
Počet instalací 11,157
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-10-23
Datum Vydání 2019-10-23
Hodnocení 3.50/5 Celkem 14 Hodnocení
Vývojář https://alicekeeler.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.alicekeeler.com/teachertech/
URL Stránky Zásad Ochrany Soukromí https://alicekeeler.com/privacy-policy
Podporované Jazyky 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"
}