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文件

下载PSU Schedule Import扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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