UCLA Audit+

Improves readability and useability of UCLA degree audit.

What is UCLA Audit+?

UCLA Audit+ is a Chrome extension developed by hmccormick, and its main feature is "Improves readability and useability of UCLA degree audit.".

Extension Screenshots

screenshot
screenshot

Download UCLA Audit+ Extension CRX File

Download UCLA Audit+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Improves readability and usability of UCLA degree audit (DARS) by displaying classes as icons, rather than text.

WARNING: Not guaranteed to work with every major/degree program. Please check against your regular audit before using to verify that all classes are displayed correctly!                    

Extension Basic Information

Name UCLA Audit+ UCLA Audit+
ID lkpgnjhalhlkjnkfknpmpgeikcfppcij
Official URL https://chromewebstore.google.com/detail/ucla-audit+/lkpgnjhalhlkjnkfknpmpgeikcfppcij
Description Improves readability and useability of UCLA degree audit.
File Size 106 KB
Installation Count 167
Current Version 0.1.0
Last Updated 2021-04-02
Publish Date 2021-03-31
Developer hmccormick
Email [email protected]
Payment Type free
Extension Website https://github.com/haydenmccormick/UCLA-audit-plus
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UCLA Audit+",
    "version": "0.1.0",
    "description": "Improves readability and useability of UCLA degree audit.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "default.css"
            ],
            "js": [
                "jquery-3.6.0.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dars.ucla.edu\/selfservice\/audit\/*"
            ]
        }
    ]
}