CRN Automation

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

What is CRN Automation?

CRN Automation is a Chrome extension developed by Joseph Martinsen, and its main feature is "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Extension Screenshots

Download CRN Automation Extension CRX File

Download CRN Automation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
Official URL https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Description Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
File Size 123 KB
Installation Count 955
Current Version 1.0
Last Updated 2018-04-07
Publish Date 2018-04-07
Developer Joseph Martinsen
Payment Type free
Extension Website https://github.com/JosephMart/Auto-CRN-Entry
Supported Languages 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",
        ""
    ]
}