Alice Keeler Gradebook Split

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

O que é Alice Keeler Gradebook Split?

Alice Keeler Gradebook Split é uma extensão do Chrome desenvolvida por https://alicekeeler.com, e sua principal característica é "Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Alice Keeler Gradebook Split

Baixe arquivos de extensão Alice Keeler Gradebook Split no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Alice Keeler Gradebook Split Alice Keeler Gradebook Split
ID ipldiafffkbheamaoepjlncolocdlojd
URL Oficial https://chromewebstore.google.com/detail/alice-keeler-gradebook-sp/ipldiafffkbheamaoepjlncolocdlojd
Descrição Teachers, when grading digital work use this extension to bring up your gradebook side by side with the students work.
Tamanho do Arquivo 23.7 KB
Contagem de Instalações 11,157
Versão Atual 1.0.2
Última Atualização 2019-10-23
Data de Publicação 2019-10-23
Classificação 3.50/5 Total de 14 Avaliações
Desenvolvedor https://alicekeeler.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.alicekeeler.com/teachertech/
URL da Página de Política de Privacidade https://alicekeeler.com/privacy-policy
Idiomas Suportados 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"
}