CRN Automation

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

Hvad er CRN Automation?

CRN Automation er en Chrome-udvidelse udviklet af Joseph Martinsen, og dens hovedfunktion er "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Udvidelsesskærmbilleder

Download CRN Automation-udvidelses-CRX-fil

Download CRN Automation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
Officiel URL https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Beskrivelse Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Filstørrelse 123 KB
Antal Installationer 955
Nuværende Version 1.0
Senest Opdateret 2018-04-07
Udgivelsesdato 2018-04-07
Udvikler Joseph Martinsen
Betalingsmetode free
Udvidelseswebsted https://github.com/JosephMart/Auto-CRN-Entry
Understøttede Sprog 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",
        ""
    ]
}