CityU Quick Course Adder

To help you fill the CRNs quickly.

CityU Quick Course Adderคืออะไร?

CityU Quick Course Adder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ideati.me และคุณลักษณะหลักของมันคือ "To help you fill the CRNs quickly."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CityU Quick Course Adder

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

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

                        Next update: add auto click submit before the page loads.

When filling the CRNs, feel not fast enough? Let "CityU Quick Course Adder" help you.


Step:
1. filled CRNs in advance,
2. Open "Add or Drop Classes" page, the CRNs already filled by "CityU Quick Course Adder", 
3. Click "Submit Changes" to submit.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CityU Quick Course Adder CityU Quick Course Adder
ID aookheebjfjgipgkpcfoahijdjnlejbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk
คำอธิบาย To help you fill the CRNs quickly.
ขนาดไฟล์ 68.36 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2014-02-21
วันที่เผยแพร่ 2014-02-21
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://ideati.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://timesheettyu.ideati.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CityU Quick Course Adder",
    "description": "To help you fill the CRNs quickly.",
    "version": "1.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "CityU Quick Course Adder",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}