IAUTabler

Create tables from PeopleSoft's search section.

Was ist IAUTabler?

IAUTabler ist eine Chrome-Erweiterung, die von Omar Ahmed entwickelt wurde, und ihr Hauptmerkmal ist "Create tables from PeopleSoft's search section.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

IAUTabler-Erweiterungs-CRX-Datei herunterladen

Laden Sie IAUTabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name IAUTabler IAUTabler
ID knnklkpdcepnlfaeafjabbpoleidnloo
Offizielle URL https://chromewebstore.google.com/detail/iautabler/knnklkpdcepnlfaeafjabbpoleidnloo
Beschreibung Create tables from PeopleSoft's search section.
Dateigröße 2.06 MB
Installationsanzahl 182
Aktuelle Version 0.0.3
Letztes Update 2021-09-02
Veröffentlichungsdatum 2021-08-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Omar Ahmed
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}