Desmos Dashboard Download

Download a Desmos teacher dashboard. (unofficial)

Was ist Desmos Dashboard Download?

Desmos Dashboard Download ist eine Chrome-Erweiterung, die von Greg Epstein entwickelt wurde, und ihr Hauptmerkmal ist "Download a Desmos teacher dashboard. (unofficial)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Desmos Dashboard Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie Desmos Dashboard Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Desmos Dashboard Download Desmos Dashboard Download
ID oegahcblgkjcggcoeaipkadgmgnjggdp
Offizielle URL https://chromewebstore.google.com/detail/desmos-dashboard-download/oegahcblgkjcggcoeaipkadgmgnjggdp
Beschreibung Download a Desmos teacher dashboard. (unofficial)
Dateigröße 20.9 KB
Installationsanzahl 2,265
Aktuelle Version 7.2
Letztes Update 2023-07-20
Veröffentlichungsdatum 2020-07-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Greg Epstein
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mxepstein/Desmos-Dashboard-Download
Hilfeseite URL https://github.com/mxepstein/Desmos-Dashboard-Download
Unterstützte Sprachen 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"
    }
}