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