IAUTabler
Create tables from PeopleSoft's search section.
ما هو IAUTabler؟
IAUTabler هو إضافة Chrome تم تطويرها بواسطة Omar Ahmed، والميزة الرئيسية لها هي "Create tables from PeopleSoft's search section.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IAUTabler
قم بتنزيل ملفات الامتداد IAUTabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |