NJIT Schedule Builder Profiles
This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder.
NJIT Schedule Builder Profilesとは何ですか?
NJIT Schedule Builder Profilesはben.extensionsによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder.」です。
拡張機能のスクリーンショット
NJIT Schedule Builder Profiles拡張機能のCRXファイルをダウンロード
NJIT Schedule Builder Profiles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Schedule Builder Profiles allows the user to save plans on the schedule builder website for New Jersey Institute of Technology (NJIT). With this chrome extension installed, schedules can be stored and brought back at the click of a button. This allows multiple schedules to be planned in tandem, without the need to rebuild. This extension was made by Benjamin Shuster, and is not supported by NJIT. Please do not contact NJIT for support.
拡張機能の基本情報
名前 | NJIT Schedule Builder Profiles |
ID | pmnpckcmdalibabddocfiabejkbmcanp |
公式URL | https://chromewebstore.google.com/detail/njit-schedule-builder-pro/pmnpckcmdalibabddocfiabejkbmcanp |
説明 | This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder. |
ファイルサイズ | 59.87 KB |
インストール数 | 82 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-05-19 |
公開日 | 2022-03-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ben.extensions |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bentzi-shuster/NJIT-Schedule-Builder-Profiles |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NJIT Schedule Builder Profiles", "manifest_version": 3, "version": "0.0.2", "permissions": [ "storage", "tabs", "clipboardWrite" ], "description": "This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder. ", "background": { "service_worker": "background.js" }, "action": { "default_popup": "\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/uisapppr3.njit.edu\/scbldr\/" ], "js": [ "content.js" ] } ], "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" } } |