NJIT Schedule Builder Profiles
This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder.
Wat is NJIT Schedule Builder Profiles?
NJIT Schedule Builder Profiles is een Chrome-extensie ontwikkeld door ben.extensions, en de belangrijkste functie is "This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder.".
Extensie Screenshots
Download het CRX-bestand van de extensie NJIT Schedule Builder Profiles
Download NJIT Schedule Builder Profiles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NJIT Schedule Builder Profiles |
ID | pmnpckcmdalibabddocfiabejkbmcanp |
Officiële URL | https://chromewebstore.google.com/detail/njit-schedule-builder-pro/pmnpckcmdalibabddocfiabejkbmcanp |
Beschrijving | This extension allows you to create and manage your own schedule profiles for NJIT's schedule builder. |
Bestandsgrootte | 59.87 KB |
Aantal Installaties | 82 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-05-19 |
Publicatiedatum | 2022-03-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ben.extensions |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bentzi-shuster/NJIT-Schedule-Builder-Profiles |
Ondersteunde Talen | 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" } } |