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 to jest Alice Keeler Gradebook Split?

Alice Keeler Gradebook Split to rozszerzenie Chrome opracowane przez https://alicekeeler.com, a jego główną funkcją jest „Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Alice Keeler Gradebook Split

Pobierz pliki rozszerzeń Alice Keeler Gradebook Split w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
Oficjalny URL https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
Opis Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Rozmiar pliku 23.7 KB
Liczba instalacji 11,157
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-10-23
Data Publikacji 2019-10-23
Ocena 3.50/5 Łącznie 14 Oceny
Deweloper https://alicekeeler.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.alicekeeler.com/teachertech/
Adres URL Strony Polityki Prywatności https://alicekeeler.com/privacy-policy
Obsługiwane Języki 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"
}