清大選課管家

讓我們一起用愛找到想要的課

Cos'è 清大選課管家?

清大選課管家 è un'estensione di Chrome sviluppata da T & J, e la sua funzione principale è "讓我們一起用愛找到想要的課".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 清大選課管家

Scarica i file di estensione 清大選課管家 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 搜尋課程
用最容易的方式搜尋到你想要的課程

- 目前選課
將清單中的課程一鍵送出到系統選課

- 推薦課程
根據你過去所選的課推薦你會喜歡的

————

教學 :
1. 登入校務資訊系統,點擊右上方按鈕
2. 成功進入 ! 開始體驗各項功能 !

關注粉絲專頁,任何問題歡迎私訊
http://bit.ly/nthucoursekeeper-fb                    

Informazioni di Base sull'Estensione

Nome 清大選課管家 清大選課管家
ID nihfemnmeopfggpfdfjjfjclpimfchlk
URL Ufficiale https://chromewebstore.google.com/detail/%E6%B8%85%E5%A4%A7%E9%81%B8%E8%AA%B2%E7%AE%A1%E5%AE%B6/nihfemnmeopfggpfdfjjfjclpimfchlk
Descrizione 讓我們一起用愛找到想要的課
Dimensione del File 8.16 MB
Conteggio Installazioni 685
Versione Corrente 0.98
Ultimo Aggiornamento 2018-08-21
Data di Pubblicazione 2018-08-21
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore T & J
Tipo di Pagamento free
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6e05\u5927\u9078\u8ab2\u7ba1\u5bb6",
    "description": "\u8b93\u6211\u5011\u4e00\u8d77\u7528\u611b\u627e\u5230\u60f3\u8981\u7684\u8ab2",
    "version": "0.98",
    "page_action": {
        "default_title": "\u958b\u59cb\u9078\u8ab2",
        "default_icon": "static\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "dist\/event.bundle.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ https:\/\/js.driftt.com\/include\/ https:\/\/code.jquery.com\/jquery-3.3.1.min.js https:\/\/mozilla.github.io\/pdf.js\/build\/pdf.js https:\/\/mozilla.github.io\/pdf.js\/build\/pdf.worker.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/Sortable.min.js; object-src 'self'"
}