CRN Automation

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

Apa itu CRN Automation?

CRN Automation adalah ekstensi Chrome yang dikembangkan oleh Joseph Martinsen, dan fitur utamanya adalah "Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi CRN Automation

Unduh file ekstensi CRN Automation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
URL Resmi https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Deskripsi Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Ukuran File 123 KB
Jumlah Instalasi 955
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-04-07
Tanggal Publikasi 2018-04-07
Pengembang Joseph Martinsen
Tipe Pembayaran free
Situs Ekstensi https://github.com/JosephMart/Auto-CRN-Entry
Bahasa yang Didukung 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",
        ""
    ]
}