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"
    }
}