IAUTabler

Create tables from PeopleSoft's search section.

IAUTabler là gì?

IAUTabler là một tiện ích mở rộng Chrome được phát triển bởi Omar Ahmed, và tính năng chính của nó là "Create tables from PeopleSoft's search section.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IAUTabler

Tải xuống các tệp mở rộng IAUTabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IAUTabler IAUTabler
ID knnklkpdcepnlfaeafjabbpoleidnloo
URL Chính Thức https://chromewebstore.google.com/detail/iautabler/knnklkpdcepnlfaeafjabbpoleidnloo
Mô tả Create tables from PeopleSoft's search section.
Kích Thước Tệp 2.06 MB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2021-09-02
Ngày Phát Hành 2021-08-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Omar Ahmed
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}