Auto Calendar for NEU Banner

Add classes quickly from your Northeastern Banner registration schedule to Google Calendar.

Τι είναι το Auto Calendar for NEU Banner;

Το Auto Calendar for NEU Banner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joseph Hirsch, και η κύρια λειτουργία του είναι "Add classes quickly from your Northeastern Banner registration schedule to Google Calendar.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Calendar for NEU Banner

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

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

                        This Chrome extension speeds up the preparation for your next semester by quickly retrieving the schedule information for all your courses from Northeastern Banner and adding those meetings times and locations to your Google Calendar for easy access.

A quick and easy one-button solution with a <100 kB footprint. Why not?

Source code can be found at: https://github.com/Tvcz/AutoCalendarForNEUBanner                    

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

Όνομα Auto Calendar for NEU Banner Auto Calendar for NEU Banner
ID ghlkconfjghdijoedgiekdanomejhpkm
Επίσημο URL https://chromewebstore.google.com/detail/auto-calendar-for-neu-ban/ghlkconfjghdijoedgiekdanomejhpkm
Περιγραφή Add classes quickly from your Northeastern Banner registration schedule to Google Calendar.
Μέγεθος Αρχείου 68.51 KB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 0.0.0.5
Τελευταία Ενημέρωση 2021-10-18
Ημερομηνία Δημοσίευσης 2021-09-15
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Joseph Hirsch
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Calendar for NEU Banner",
    "description": "Add classes quickly from your Northeastern Banner registration schedule to Google Calendar.",
    "version": "0.0.0.5",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnix5QO59z7Yg3\/\/UzwguKTQEqObSdC9CuUjcJSJBJuLhYx14RnywEW8GnQHfips+AP\/5zsxrSi9lpV+9CzWKdSaIQL4ZN1T7lhLdx4j465Oe\/EXiPsBV09SK\/ScXRffsxZ+v5oJvAVUmvcSScpUrAW6GeyiVnP2y45GUyPLwGZ6VQyVlOZAZ8lIhxcb\/jzxvpxo\/I++OamaLZWF3NLOhJjkXlQ7NBd\/FKfNAQBUEuzHwbdLULZ0H6eq\/8LwVaO4yDbNYDiFLrQArtRUOpqRsyq\/LzojA9+iBL\/Q9NTOP+UNWnTHZj9FKwM9elHW3VSnHo\/UfDy9\/HJg9I8pilBiY+wIDAQAB",
    "permissions": [
        "tabs",
        "identity"
    ],
    "oauth2": {
        "client_id": "735172450353-4hrsb0qb8njgd2jc9qnnodmort82mko1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.app.created"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/nubanner.neu.edu\/StudentRegistrationSsb\/ssb\/registrationHistory\/registrationHistory"
            ],
            "js": [
                "readBanner.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Auto Calendar for NEU Banner",
        "default_popup": "popup.html"
    }
}