IAUTabler
Create tables from PeopleSoft's search section.
什麼是IAUTabler?
IAUTabler是由Omar Ahmed開發的Chrome擴展程式,該擴展的主要功能是“Create tables from PeopleSoft's search section.”。
擴展截圖
下載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 |
ID | knnklkpdcepnlfaeafjabbpoleidnloo |
官方網址 | 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" } } |