CRN Automation

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

Vad är CRN Automation?

CRN Automation är en Chrome-tillägg utvecklad av Joseph Martinsen, och dess huvudfunktion är "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Tilläggsskärmbilder

Ladda ner CRN Automation-förlängningens CRX-fil

Ladda ner CRN Automation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
Officiell webbadress https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Beskrivning Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Filstorlek 123 KB
Antal Installationer 955
Aktuell Version 1.0
Senast Uppdaterad 2018-04-07
Publiceringsdatum 2018-04-07
Utvecklare Joseph Martinsen
Betalningssätt free
Tilläggswebbplats https://github.com/JosephMart/Auto-CRN-Entry
Stödda Språk 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",
        ""
    ]
}