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
公式URL 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",
        ""
    ]
}