CRN Automation

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

Wat is CRN Automation?

CRN Automation is een Chrome-extensie ontwikkeld door Joseph Martinsen, en de belangrijkste functie is "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Extensie Screenshots

Download het CRX-bestand van de extensie CRN Automation

Download CRN Automation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
Officiële URL https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Beschrijving Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Bestandsgrootte 123 KB
Aantal Installaties 955
Huidige Versie 1.0
Laatst Bijgewerkt 2018-04-07
Publicatiedatum 2018-04-07
Ontwikkelaar Joseph Martinsen
Betalingswijze free
Extensiewebsite https://github.com/JosephMart/Auto-CRN-Entry
Ondersteunde Talen 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",
        ""
    ]
}