IAUTabler
Create tables from PeopleSoft's search section.
Qu'est-ce que IAUTabler ?
IAUTabler est une extension Chrome développée par Omar Ahmed, et sa fonction principale est "Create tables from PeopleSoft's search section.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IAUTabler
Téléchargez les fichiers d'extension IAUTabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | IAUTabler |
ID | knnklkpdcepnlfaeafjabbpoleidnloo |
URL Officiel | https://chromewebstore.google.com/detail/iautabler/knnklkpdcepnlfaeafjabbpoleidnloo |
Description | Create tables from PeopleSoft's search section. |
Taille du Fichier | 2.06 MB |
Nombre d'Installations | 182 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-09-02 |
Date de Publication | 2021-08-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Omar Ahmed |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |