CRN Automation

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

Co to jest CRN Automation?

CRN Automation to rozszerzenie Chrome opracowane przez Joseph Martinsen, a jego główną funkcją jest „Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia CRN Automation

Pobierz pliki rozszerzeń CRN Automation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CRN Automation CRN Automation
ID cjaclnpoihnmcojmbinlikenmidkefel
Oficjalny URL https://chromewebstore.google.com/detail/crn-automation/cjaclnpoihnmcojmbinlikenmidkefel
Opis Auto CRN entry for Texas A&M students trying to ensure they get into the classes they want!
Rozmiar pliku 123 KB
Liczba instalacji 955
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-04-07
Data Publikacji 2018-04-07
Deweloper Joseph Martinsen
Typ Płatności free
Strona Rozszerzenia https://github.com/JosephMart/Auto-CRN-Entry
Obsługiwane Języki 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",
        ""
    ]
}