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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brad Parks และคุณลักษณะหลักของมันคือ "Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com'"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My School Management - Overall Summary

ดาวน์โหลดไฟล์ส่วนขยาย My School Management - Overall Summary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
            ]
        }
    ]
}