PeopleSoft Course Schedule Export

One-click export of course schedule on PeopleSoft website with helpful shortcuts

Τι είναι το PeopleSoft Course Schedule Export;

Το PeopleSoft Course Schedule Export είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ray, και η κύρια λειτουργία του είναι "One-click export of course schedule on PeopleSoft website with helpful shortcuts".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PeopleSoft Course Schedule Export

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

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

                        FEATURES
This extension helps students efficiently keep track of their courses, minimizing confusion and
missed classes. It integrates with the school's course selection website, automatically parses course information into
recurring calendar events, and allows one-click export to Google Calendar.

PRIVACY
PrettyPeopleSoft works by overlaying content on top of the original website. Hence it does NOT store any data from your browser and does NOT pose additional risks to using PeopleSoft.

SUPPORT
If you encounter any unknown issues, please try turning off the extension and refreshing PeopleSoft. If the problem persists without the extension, it is likely a problem with PeopleSoft itself. 

This extension is only optimized for a limited number of institutions using Oracle's PeopleSoft. Please contact me if you are interested in adapting this to your institutions' website.

DISCLAIMER
Pretty PeopleSoft is not affiliated with Oracle Inc. PeopleSoft, the PeopleSoft® wordmark and logo are registered and unregistered trademarks of PeopleSoft, Inc. in the United States. All product names, logos, and brands are property of their respective owners.                    

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

Όνομα PeopleSoft Course Schedule Export PeopleSoft Course Schedule Export
ID oikoejjokalkhgedbkjbfcjdpgemdlnb
Επίσημο URL https://chromewebstore.google.com/detail/peoplesoft-course-schedul/oikoejjokalkhgedbkjbfcjdpgemdlnb
Περιγραφή One-click export of course schedule on PeopleSoft website with helpful shortcuts
Μέγεθος Αρχείου 100 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 0.3.5
Τελευταία Ενημέρωση 2020-10-19
Ημερομηνία Δημοσίευσης 2020-03-10
Προγραμματιστής Ray
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PeopleSoft Course Schedule Export",
    "description": "One-click export of course schedule on PeopleSoft website with helpful shortcuts",
    "version": "0.3.5",
    "icons": {
        "16": "bionic16.png",
        "48": "bionic48.png",
        "128": "bionic128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/pa.cc.unc.edu\/*",
        "https:\/\/vbm.brynmawr.edu\/*",
        "https:\/\/phubprod.princeton.edu\/*",
        "https:\/\/css.adminapps.cornell.edu\/*",
        "https:\/\/calcentral.berkeley.edu\/*"
    ],
    "web_accessible_resources": [
        "template.html"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/pa.cc.unc.edu\/*",
                "https:\/\/vbm.brynmawr.edu\/*",
                "https:\/\/phubprod.princeton.edu\/*",
                "https:\/\/css.adminapps.cornell.edu\/*",
                "https:\/\/calcentral.berkeley.edu\/*"
            ],
            "js": [
                "jquery-3.4.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}