IAUTabler

Create tables from PeopleSoft's search section.

IAUTablerとは何ですか?

IAUTablerはOmar Ahmedによって開発されたChromeの拡張機能で、その主な機能は「Create tables from PeopleSoft's search section.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

IAUTabler拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}