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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}