Classwork

This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.

Wat is Classwork?

Classwork is een Chrome-extensie ontwikkeld door Alfredo Morales, en de belangrijkste functie is "This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Classwork

Download Classwork-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a simple Chrome extension for Teachers who need download the list of activities required for students on Google Classroom (classwork).                    

Basisinformatie over de Extensie

Naam Classwork Classwork
ID kojnadkkdladdokoildmmkncmakbkioh
Officiële URL https://chromewebstore.google.com/detail/classwork/kojnadkkdladdokoildmmkncmakbkioh
Beschrijving This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.
Bestandsgrootte 453 KB
Aantal Installaties 1,294
Huidige Versie 1.2
Laatst Bijgewerkt 2020-11-18
Publicatiedatum 2020-11-06
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Alfredo Morales
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classwork",
    "version": "1.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgb1V6ZHgVobCjS7pG7L2g+25biG1SNmv8Brd8HYPyS3yNSOqN85CcNCc2bVNQhOeClWDgPLF40FMzzup\/wgNv4j8BZoyDuwHAW9sIQgMYHnw6m00VA+IL6+PdMDYTroq1oS\/X+xCkSLJPUkM1xLL1cUAUeIFguWpQvs7wgWoGq97xHzH8Y6vdpXQl7Adx6d3+nTCcyGcOQKRcnVWGwJs4n+3eyoQzBFvayHnmu\/tZG+SqllRVswXupTRphCg42aF3kxiobjXwS51AhtT661JDuT4bBWwMwpRI8tGHNBRGvsER1QQUJMaOkQIjJo+PRBW7y+yMi9j\/z5A8CTmzDRLrwIDAQAB",
    "description": "This is a Chrome extension to download classwork from Google Classroom through an OAuth connection.",
    "manifest_version": 2,
    "options_page": "courses.html",
    "browser_action": {
        "default_title": "Classwork, the way do i teach.",
        "default_popup": "courses.html"
    },
    "oauth2": {
        "client_id": "1078085492587-b1sbrlpo0geupi8jo7mvj9b24qasgvt4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students.readonly"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "default_locale": "en"
}