IAUTabler

Create tables from PeopleSoft's search section.

Τι είναι το IAUTabler;

Το IAUTabler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Omar Ahmed, και η κύρια λειτουργία του είναι "Create tables from PeopleSoft's search section.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IAUTabler

Λήψη αρχείων επέκτασης IAUTabler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IAUTabler IAUTabler
ID knnklkpdcepnlfaeafjabbpoleidnloo
Επίσημο URL https://chromewebstore.google.com/detail/iautabler/knnklkpdcepnlfaeafjabbpoleidnloo
Περιγραφή Create tables from PeopleSoft's search section.
Μέγεθος Αρχείου 2.06 MB
Αριθμός Εγκαταστάσεων 182
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2021-09-02
Ημερομηνία Δημοσίευσης 2021-08-21
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Omar Ahmed
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}