PSU SIS Schedule Creator

Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.

Was ist PSU SIS Schedule Creator?

PSU SIS Schedule Creator ist eine Chrome-Erweiterung, die von https://beedev.in.th entwickelt wurde, und ihr Hauptmerkmal ist "Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

PSU SIS Schedule Creator-Erweiterungs-CRX-Datei herunterladen

Laden Sie PSU SIS Schedule Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        PSU SIS Class Schedule Creator เป็นเครื่องมือสำหรับสร้างตารางเรียนแบบเป็นกราฟิกแบบอัตโนมัติจากระบบ SIS ของมหาวิทยาลัยสงขลานคริทร์ ภายในเวลาเพียงไม่กี่นาที!

สิ่งที่อัพเดตใน version 4
- แสดง context menu เฉพาะบนเว็บไซต์ https://*.psu.ac.th เท่านั้น

หมายเหตุ: โปรแกรมนี้มิได้เป็นโปรแกรมอย่างเป็นทางการจากทางมหาวิทยาลัย
ขอบคุณภาพพื้นหลังฟรีจาก www.freepik.com
-------------------------------------------------------------

SIS Scheduler is a small tools for creating graphical timetables from the well known system 'SIS' from Prince of Songkhla University. SIS Scheduler comes with great customizability which is going to turn your boring class schedule into your own style within a few minutes!

What's new in version 4
- Only show context menu on website https://*.psu.ac.th.

Disclaimer: This extension is not officially released by PSU.
Thanks to free background image from www.freepik.com
--------------------------------------------------------------                    

Grundlegende Informationen zur Erweiterung

Name PSU SIS Schedule Creator PSU SIS Schedule Creator
ID kjhgfgkdpehagjnbohklbconeknooaci
Offizielle URL https://chromewebstore.google.com/detail/psu-sis-schedule-creator/kjhgfgkdpehagjnbohklbconeknooaci
Beschreibung Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.
Dateigröße 217 KB
Installationsanzahl 11,122
Aktuelle Version 1.0.4
Letztes Update 2020-06-18
Veröffentlichungsdatum 2020-06-17
Bewertung 4.42/5 Insgesamt 60 Bewertungen
Entwickler https://beedev.in.th
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://beedev.in.th/api/sis-scheduler/
Unterstützte Sprachen th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PSU SIS Schedule Creator",
    "version": "1.0.4",
    "author": "beedev.in.th",
    "manifest_version": 2,
    "description": "Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.",
    "homepage_url": "https:\/\/beedev.in.th\/api\/sis-scheduler",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery.tsv-0.96.min.js",
                "src\/inject\/inject.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        "js\/jquery\/jquery.js",
        "js\/jquery\/jquery.min.map"
    ]
}