CRN Automation

Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!

什麼是CRN Automation?

CRN Automation是由Joseph Martinsen開發的Chrome擴展程式,該擴展的主要功能是“Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!”。

擴展截圖

下載CRN Automation擴展crx文件

下載CRN Automation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!                    

擴展基本資訊

名稱 CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
官方網址 https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
簡介 Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
檔案大小 123 KB
安裝次數 955
目前版本 1.0
更新時間 2018-04-07
上架時間 2018-04-07
開發者 Joseph Martinsen
付費類型 free
擴展官網 https://github.com/JosephMart/Auto-CRN-Entry
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CRN Automation",
    "description": "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!",
    "version": "1.0",
    "author": "Joseph Martinsen",
    "icons": {
        "96": "images\/favicon-96x96.png",
        "32": "images\/favicon-32x32.png",
        "16": "images\/favicon-16x16.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/favicon-32x32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        ""
    ]
}