Desmos Dashboard Download

Download a Desmos teacher dashboard. (unofficial)

Qu'est-ce que Desmos Dashboard Download ?

Desmos Dashboard Download est une extension Chrome développée par Greg Epstein, et sa fonction principale est "Download a Desmos teacher dashboard. (unofficial)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Desmos Dashboard Download

Téléchargez les fichiers d'extension Desmos Dashboard Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Desmos Dashboard Download Desmos Dashboard Download
ID oegahcblgkjcggcoeaipkadgmgnjggdp
URL Officiel https://chromewebstore.google.com/detail/desmos-dashboard-download/oegahcblgkjcggcoeaipkadgmgnjggdp
Description Download a Desmos teacher dashboard. (unofficial)
Taille du Fichier 20.9 KB
Nombre d'Installations 2,265
Version Actuelle 7.2
Dernière Mise à Jour 2023-07-20
Date de Publication 2020-07-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur Greg Epstein
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mxepstein/Desmos-Dashboard-Download
URL de la Page d'Aide https://github.com/mxepstein/Desmos-Dashboard-Download
Langues Prises en Charge 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"
    }
}