Desmos Dashboard Download

Download a Desmos teacher dashboard. (unofficial)

Τι είναι το Desmos Dashboard Download;

Το Desmos Dashboard Download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Greg Epstein, και η κύρια λειτουργία του είναι "Download a Desmos teacher dashboard. (unofficial)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Desmos Dashboard Download

Λήψη αρχείων επέκτασης Desmos Dashboard Download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Desmos Dashboard Download Desmos Dashboard Download
ID oegahcblgkjcggcoeaipkadgmgnjggdp
Επίσημο URL https://chromewebstore.google.com/detail/desmos-dashboard-download/oegahcblgkjcggcoeaipkadgmgnjggdp
Περιγραφή Download a Desmos teacher dashboard. (unofficial)
Μέγεθος Αρχείου 20.9 KB
Αριθμός Εγκαταστάσεων 2,265
Τρέχουσα Έκδοση 7.2
Τελευταία Ενημέρωση 2023-07-20
Ημερομηνία Δημοσίευσης 2020-07-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Greg Epstein
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/mxepstein/Desmos-Dashboard-Download
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/mxepstein/Desmos-Dashboard-Download
Υποστηριζόμενες Γλώσσες 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"
    }
}