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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a student and class summary table to the 'Graded Exercise' page on 'myschoolmanagement.com'"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My School Management - Overall Summary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |