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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAIS Timetable

ดาวน์โหลดไฟล์ส่วนขยาย SAIS Timetable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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