smaxer

smaxer: The SchoolMAX helper for PGCPS teachers.

Τι είναι το smaxer;

Το smaxer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/a/pgcps.org/smaxer, και η κύρια λειτουργία του είναι "smaxer: The SchoolMAX helper for PGCPS teachers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης smaxer

Λήψη αρχείων επέκτασης smaxer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        **** 9/7/2020 UPDATE ****
• Fixed broken GPA feature in Admin.
• Implemented new arrow key functionality (should no longer break when fields are added/removed)

**** 9/6/2019 UPDATE ****
Minor update. Hopefully more info to come later addressing reports of it being blocked

**** 12/4/2014 UPDATE ****
OOPS! Unfinished code was mistakenly pushed out

**** 11/23/2014 UPDATE ****
Fixed broken GPA feature in Admin.

**** 10/20/2014 UPDATE ****
Oops! Fixed a bug that broke the assignment importer.

**** 9/29/2014 UPDATE ****
A few new features added. Check Help/Development Status for details!

**** 5/1/2014 UPDATE ****
Breaking change reverted. Thanks Ian!

**** 4/29/2014 UPDATE ****
Various updates and tweaks.

**** 3/5/2014 UPDATE ****
Fixed an error where certain pages weren't altered.

**** 2/23/2014 UPDATE ****
Arrows should now work w/progress and final grade comments.

**** 2/9/2014 UPDATE ****
Updated (hopefully) to work with latest SchoolMax update. Contact me if anything looks weird.


**** 10/20/2013 UPDATE ****
Hopefully I've fixed the "disappearing" extension issue. Please contact me directly at [email protected] if you have any issues!


**** 8/19/2013 UPDATE ****
Reverts the default of "all absent" to "all present" for attendance. Can now set default sort for Assignment listing.


**** 8/12/2012 UPDATE ****
Please contact me immediately if you find anything "broken" with the new school year. Click the smaxer icon in your browser tool bar, or copy/paste this link: https://sites.google.com/a/pgcps.org/smaxer/get-started



**** 4/18/2012 UPDATE - NOW GETS ALONG WITH SCHOOLMAX UPDATE ****

This will run silently in the background while you work with SchoolMax.

NO INFORMATION IS SENT TO/FROM SCHOOLMAX! All that's being enhanced is what YOU see on YOUR screen.

Teacher Features:
• Automatically show "All" classes instead of just "Today's Classes"
• Enable spreadsheet-like navigation of assignments and grading comment fields by using your arrow keys
• Improved "Date Picker" in Assignment creation/edit (no more separate window)
• Improved "Time In/Time Out" entry in Attendance
• Improved "Date Changing" in Attendance
• One click will show student's complete schedule under "Gradebook" → "Class Roster"
• "Copy Assignments" are now all automatically unchecked

Admin Features:
• "Grades in Report Card Format" - student GPA will be automatically inserted (FIXED 3/24/11)
• Improved "Date Changing" in Attendance
• Automatically show "All" classes instead of just "Today's Classes" (Home → Student → Student Schedule)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα smaxer smaxer
ID cpllkgijabinckdkaklopkecmkfldaci
Επίσημο URL https://chromewebstore.google.com/detail/smaxer/cpllkgijabinckdkaklopkecmkfldaci
Περιγραφή smaxer: The SchoolMAX helper for PGCPS teachers.
Μέγεθος Αρχείου 295 KB
Αριθμός Εγκαταστάσεων 2,452
Τρέχουσα Έκδοση 1.0.504
Τελευταία Ενημέρωση 2022-07-26
Ημερομηνία Δημοσίευσης 2019-09-06
Αξιολόγηση 4.77/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://sites.google.com/a/pgcps.org/smaxer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/a/pgcps.org/smaxer/get-started
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smaxer",
    "author": "Paul Hatton",
    "version": "1.0.504",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "smaxer: The SchoolMAX helper for PGCPS teachers.",
    "browser_action": {
        "default_icon": "icons\/smaxer.icon.19x19.png",
        "default_title": "smaxer SchoolMAX helper",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/smaxer.icon.16x16.png",
        "48": "icons\/smaxer.icon.48x48.png",
        "128": "icons\/smaxer.icon.128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.sis.pgcps.org\/schoolmax\/*"
            ],
            "css": [
                "css\/jquery-ui.css",
                "js\/timeentry\/jquery.timeentry.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.form.js",
                "js\/lodash-2.4.1.min.js",
                "js\/timeentry\/jquery.plugin.min.js",
                "js\/timeentry\/jquery.timeentry.min.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/*.sis.pgcps.org\/schoolmax\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/images\/*",
        "icons\/checkmark.gif",
        "images\/*",
        "js\/timeentry\/spinnerUpDown.png"
    ]
}