PeopleSoft Course Schedule Export

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

PeopleSoft Course Schedule Export란 무엇입니까?

PeopleSoft Course Schedule Export은(는) Ray에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click export of course schedule on PeopleSoft website with helpful shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PeopleSoft Course Schedule Export 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}