My School Management - Overall Summary
Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com'
My School Management - Overall Summary란 무엇입니까?
My School Management - Overall Summary은(는) Brad Parks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com'"입니다.
확장 프로그램 스크린샷
My School Management - Overall Summary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The table shows a student's overall marks to date, and the class average mark overall to date as well. Additionally it shows the same results for 1 month ago, 2 months ago, 3 months ago and 4 months ago, to allow you to see how your student and class is doing relative to where they were in the past. NOTE: I'm not affiliated with myschoolmanagement.com in any way. This is just a feature I wanted to have for my kids, and thought others might like it too! Changelog: 0.0.0.3 - Fixed grade calc bug 0.0.0.2 - Fixed weight bug 0.0.0.1 - Initial release
확장 프로그램 기본 정보
이름 | My School Management - Overall Summary |
ID | ihjdkpckncljjhcjcbamnpggbajkmook |
공식 URL | https://chromewebstore.google.com/detail/my-school-management-over/ihjdkpckncljjhcjcbamnpggbajkmook |
설명 | Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com' |
파일 크기 | 781 KB |
설치 횟수 | 45 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2020-09-24 |
출시 날짜 | 2017-03-14 |
개발자 | Brad Parks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://myschoolmanagement.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My School Management - Overall Summary", "version": "0.0.0.3", "description": "Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com' ", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "permissions": [], "browser_action": { "name": "Manipulate DOM", "icons": [ "icon48.png" ], "default_icon": "icon48.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "contentscript.js" ], "matches": [ "http:\/\/*.myschoolmanagement.com\/*", "https:\/\/*.myschoolmanagement.com\/*" ] } ] } |