PSU Schedule Import

Saves PSU schedule to a calendar file to import into Google Calendar or Microsoft Outlook.

PSU Schedule Import란 무엇입니까?

PSU Schedule Import은(는) Ryan Mellmer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves PSU schedule to a calendar file to import into Google Calendar or Microsoft Outlook."입니다.

확장 프로그램 스크린샷

screenshot

PSU Schedule Import 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTE!!!
I've been notified that this no longer functions correctly. I'm no longer a student at PSU so I don't have access to their scheduling portal any longer to fix issues that have been caused due to PSU updating the Banweb system. The code can be found on github at https://github.com/rmellmer/PSUScheduleImport if someone with access to PSU Banweb wants to fix these problems.
NOTE!!!

Tired of having to manually create calendar events for all of your PSU courses?
 
Introducing PSU Schedule Import. 

PSU Schedule Import allows any Portland State University student to generate a calendar file containing all of their class scheduling information for any given term. Just navigate to your Student Detail Schedule for the term you want to generate a calendar file for, and PSU Schedule Import does the rest! The calendar file that PSU Schedule Import creates can be imported into almost any calendar software package, including Google Calendar and Microsoft Office Outlook.

This chrome extension is designed to be used only by Portland State University students using the Banweb system to manage course schedules.


Developed by Ryan Mellmer.

Please contact me with bug reports and any questions you have at:
[email protected]


v1.1.4: Fixed "Get Schedule" button bug.

v1.1.3: Added icon to Extension page, other minor bug fixes.

v1.1.2: Miscellaneous bug fixes.
 
v1.1.1: Fixed bug that caused extension to attempt to find courses on invalid pages.

v1.1: Added location functionality, icon now only appears when on PSU's Banweb domain.                    

확장 프로그램 기본 정보

이름 PSU Schedule Import PSU Schedule Import
ID nohlipljjommpbpdibmkgdbfbnhlankg
공식 URL https://chrome.google.com/webstore/detail/psu-schedule-import/nohlipljjommpbpdibmkgdbfbnhlankg
설명 Saves PSU schedule to a calendar file to import into Google Calendar or Microsoft Outlook.
파일 크기 50.2 KB
설치 횟수 33
현재 버전 1.1.4
최근 업데이트 2020-06-13
출시 날짜 2020-06-13
평점 3.67/5 총 3 개의 평점
개발자 Ryan Mellmer
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PSU Schedule Import",
    "description": "Saves PSU schedule to a calendar file to import into Google Calendar or Microsoft Outlook.",
    "version": "1.1.4",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "PSU Schedule Import"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}