Desmos Dashboard Download

Download a Desmos teacher dashboard. (unofficial)

Cos'è Desmos Dashboard Download?

Desmos Dashboard Download è un'estensione di Chrome sviluppata da Greg Epstein, e la sua funzione principale è "Download a Desmos teacher dashboard. (unofficial)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Desmos Dashboard Download

Scarica i file di estensione Desmos Dashboard Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Desmos Dashboard Download Desmos Dashboard Download
ID oegahcblgkjcggcoeaipkadgmgnjggdp
URL Ufficiale https://chromewebstore.google.com/detail/desmos-dashboard-download/oegahcblgkjcggcoeaipkadgmgnjggdp
Descrizione Download a Desmos teacher dashboard. (unofficial)
Dimensione del File 20.9 KB
Conteggio Installazioni 2,265
Versione Corrente 7.2
Ultimo Aggiornamento 2023-07-20
Data di Pubblicazione 2020-07-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Greg Epstein
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mxepstein/Desmos-Dashboard-Download
URL della Pagina di Aiuto https://github.com/mxepstein/Desmos-Dashboard-Download
Lingue Supportate 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"
    }
}