PSU SIS Schedule Creator

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

PSU SIS Schedule Creator란 무엇입니까?

PSU SIS Schedule Creator은(는) https://beedev.in.th에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PSU SIS Schedule Creator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 PSU SIS Schedule Creator PSU SIS Schedule Creator
ID kjhgfgkdpehagjnbohklbconeknooaci
공식 URL https://chromewebstore.google.com/detail/psu-sis-schedule-creator/kjhgfgkdpehagjnbohklbconeknooaci
설명 Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.
파일 크기 217 KB
설치 횟수 11,122
현재 버전 1.0.4
최근 업데이트 2020-06-18
출시 날짜 2020-06-17
평점 4.42/5 총 60 개의 평점
개발자 https://beedev.in.th
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://beedev.in.th/api/sis-scheduler/
지원되는 언어 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"
    ]
}