CRN Automation

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

Was ist CRN Automation?

CRN Automation ist eine Chrome-Erweiterung, die von Joseph Martinsen entwickelt wurde, und ihr Hauptmerkmal ist "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Erweiterungsscreenshots

CRN Automation-Erweiterungs-CRX-Datei herunterladen

Laden Sie CRN Automation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
Offizielle URL https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Beschreibung Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Dateigröße 123 KB
Installationsanzahl 955
Aktuelle Version 1.0
Letztes Update 2018-04-07
Veröffentlichungsdatum 2018-04-07
Entwickler Joseph Martinsen
Zahlungsart free
Erweiterungswebsite https://github.com/JosephMart/Auto-CRN-Entry
Unterstützte Sprachen 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",
        ""
    ]
}