SAIS Timetable
Adds a timetable of your classes on the shopping cart page.
ما هو SAIS Timetable؟
SAIS Timetable هو إضافة Chrome تم تطويرها بواسطة megatricycle، والميزة الرئيسية لها هي "Adds a timetable of your classes on the shopping cart page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SAIS Timetable
قم بتنزيل ملفات الامتداد SAIS Timetable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule.
معلومات أساسية عن التمديد
الاسم | SAIS Timetable |
ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk |
الوصف | Adds a timetable of your classes on the shopping cart page. |
حجم الملف | 12.37 KB |
عدد التثبيتات | 14,256 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-05-25 |
تاريخ النشر | 2020-05-25 |
تقييم | 4.81/5 مجموع تقييمات 52 |
المطور | megatricycle |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAIS Timetable", "description": "Adds a timetable of your classes on the shopping cart page.", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/*.up.edu.ph\/*\/*", "http:\/\/*.up.edu.ph\/*\/*" ], "js": [ "bundle.js" ], "css": [ "style.css" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |