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」です。
拡張機能のスクリーンショット
PeopleSoft Course Schedule Export拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } ] } |