Desmos Dashboard Download

Download a Desmos teacher dashboard. (unofficial)

Wat is Desmos Dashboard Download?

Desmos Dashboard Download is een Chrome-extensie ontwikkeld door Greg Epstein, en de belangrijkste functie is "Download a Desmos teacher dashboard. (unofficial)".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Desmos Dashboard Download

Download Desmos Dashboard Download-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

                        Export you Desmos teacher dashboard as a .csv file.

To use this extension...
1) Go to teacher.desmos.com, choose an activity, and choose a dashboard (aka Class Code). 
2) Once you are looking at the dashboard you can run this extension to take the information from the dashboard and download it as a .csv file that you can then open using any spreadsheet application (Excel, Google Sheets, etc.)

*Unofficial, Unsupported, Teacher Made App                    

Basisinformatie over de Extensie

Naam Desmos Dashboard Download Desmos Dashboard Download
ID oegahcblgkjcggcoeaipkadgmgnjggdp
Officiële URL https://chromewebstore.google.com/detail/desmos-dashboard-download/oegahcblgkjcggcoeaipkadgmgnjggdp
Beschrijving Download a Desmos teacher dashboard. (unofficial)
Bestandsgrootte 20.9 KB
Aantal Installaties 2,265
Huidige Versie 7.2
Laatst Bijgewerkt 2023-07-20
Publicatiedatum 2020-07-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Greg Epstein
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mxepstein/Desmos-Dashboard-Download
Help Pagina-URL https://github.com/mxepstein/Desmos-Dashboard-Download
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desmos Dashboard Download",
    "description": "Download a Desmos teacher dashboard. (unofficial)",
    "version": "7.2",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_title": "Desmos Dashboard Download",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}