CRN Automation

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

Qu'est-ce que CRN Automation ?

CRN Automation est une extension Chrome développée par Joseph Martinsen, et sa fonction principale est "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension CRN Automation

Téléchargez les fichiers d'extension CRN Automation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
URL Officiel https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Description Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Taille du Fichier 123 KB
Nombre d'Installations 955
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-07
Date de Publication 2018-04-07
Développeur Joseph Martinsen
Type de Paiement free
Site Web de l'Extension https://github.com/JosephMart/Auto-CRN-Entry
Langues Prises en Charge 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",
        ""
    ]
}