CRN Automation

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

Cos'è CRN Automation?

CRN Automation è un'estensione di Chrome sviluppata da Joseph Martinsen, e la sua funzione principale è "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione CRN Automation

Scarica i file di estensione CRN Automation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
URL Ufficiale https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Descrizione Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Dimensione del File 123 KB
Conteggio Installazioni 955
Versione Corrente 1.0
Ultimo Aggiornamento 2018-04-07
Data di Pubblicazione 2018-04-07
Sviluppatore Joseph Martinsen
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/JosephMart/Auto-CRN-Entry
Lingue Supportate 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",
        ""
    ]
}