Desmos Dashboard Download
Download a Desmos teacher dashboard. (unofficial)
Desmos Dashboard Download란 무엇입니까?
Desmos Dashboard Download은(는) Greg Epstein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download a Desmos teacher dashboard. (unofficial)"입니다.
확장 프로그램 스크린샷
Desmos Dashboard Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |