Better SIS

Improves Aeries SIS for more convenient use.

Τι είναι το Better SIS;

Το Better SIS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kgo.to, και η κύρια λειτουργία του είναι "Improves Aeries SIS for more convenient use.".

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

screenshot
screenshot
screenshot

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

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

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

                        Better SIS aims to tidy up the mess that is Aeries SIS. From anywhere, you are able to use the extension to quickly check your grades, and get a glimpse of what's changed. For more information, open SIS from the pop-up, and always bypass logging in again. Better SIS will also automatically clean up some of the less helpful, and messily designed, windows on your Aeries home pages. Additionally, when you open a class' grades, open Better SIS again to have a quick and easy way to calculate your grade change with custom assignment entries (designed for percent-weighted gradebooks). Better SIS will streamline your Aeries experience, in order to spend less time checking grades, and more time working.

== Privacy ==
Better SIS runs entirely within your own browser and will not transmit any data outside of it except directly to Aeries to validate your login credentials and to fetch updated grades. These login credentials are saved on your computer and are never transmitted or synced across the internet, except to Aeries.

Developed for MVLA District Aeries. Created for Aeries v8.17.9.29. May be incompatible with older / newer versions. Requires an Aeries-hosted SIS system. Aeries extension (???.asp.aeries.net) can be configured depending on the school.                    

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

Όνομα Better SIS Better SIS
ID nnjlghgbdaelgfhgafoaoopcajecippk
Επίσημο URL https://chromewebstore.google.com/detail/better-sis/nnjlghgbdaelgfhgafoaoopcajecippk
Περιγραφή Improves Aeries SIS for more convenient use.
Μέγεθος Αρχείου 48.28 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.15
Τελευταία Ενημέρωση 2018-01-09
Ημερομηνία Δημοσίευσης 2018-01-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://kgo.to
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better SIS",
    "short_name": "SIS+",
    "version": "1.15",
    "description": "Improves Aeries SIS for more convenient use.",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "SIS"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.asp.aeries.net\/student\/*",
                "https:\/\/*.asp.aeries.net\/Student\/*"
            ],
            "css": [
                "css\/cs.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/*.asp.aeries.net\/*",
        "http:\/\/*.asp.aeries.net\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}