IAUTabler

Create tables from PeopleSoft's search section.

IAUTabler क्या है?

IAUTabler Omar Ahmed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create tables from PeopleSoft's search section."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IAUTabler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}