IAUTabler
Create tables from PeopleSoft's search section.
Wat is IAUTabler?
IAUTabler is een Chrome-extensie ontwikkeld door Omar Ahmed, en de belangrijkste functie is "Create tables from PeopleSoft's search section.".
Extensie Screenshots
Download het CRX-bestand van de extensie IAUTabler
Download IAUTabler-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
IAUTabler is built to facilitate choosing a group before enrollment. It is built for IAU students who needs to compare between different groups to choose the most suitable group for them. Instead of using MS Word or Excel to create time tables, IAUTabler supports drag-n-drop mechanism to facilitate the process. Disclaimer: If you installed the extension while PeopleSoft is already opened, you might need to refresh PeopleSoft page then run the extension. Also, you need to search for classes first before running the extension. UI designed by: https://www.linkedin.com/in/khalid-awlaqi
Basisinformatie over de Extensie
Naam | IAUTabler |
ID | knnklkpdcepnlfaeafjabbpoleidnloo |
Officiële URL | https://chromewebstore.google.com/detail/iautabler/knnklkpdcepnlfaeafjabbpoleidnloo |
Beschrijving | Create tables from PeopleSoft's search section. |
Bestandsgrootte | 2.06 MB |
Aantal Installaties | 182 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2021-09-02 |
Publicatiedatum | 2021-08-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Omar Ahmed |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IAUTabler", "manifest_version": 2, "version": "0.0.3", "description": "Create tables from PeopleSoft's search section.", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "file:\/\/\/*", "*:\/\/sis.iau.edu.sa\/psc\/*\/EMPLOYEE\/SA\/c\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |