Vandy Links

One-click links for Vanderbilt University undergraduate students.

What is Vandy Links?

Vandy Links is a Chrome extension developed by Austin Wang, and its main feature is "One-click links for Vanderbilt University undergraduate students.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Vandy Links Extension CRX File

Download Vandy Links 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

                        One-click links to commonly used Vanderbilt web applications.

Links include:
- YES (Your Enrollment Services Student Landing Page)
- Email (Vanderbilt Gmail)
- Courses (Class Registration)
- Housing (Student Housing Portal)
- GET (GET App)
- Dining (NetNutrition)
- COVID-19 (Positive Cases Dashboard)
- Library
- Brightspace

Currently designed for undergraduate students. Will include an option to switch professional schools in the future.

Link to Harvey Mudd College edition: https://chrome.google.com/webstore/detail/harvey-mudd-links/gogokhljnckhkmebahmhpljjepijpkjc?hl=en&authuser=1                    

Extension Basic Information

Name Vandy Links Vandy Links
ID ehoefbfgpkokdopgnhfhfeniinmgnpbk
Official URL https://chromewebstore.google.com/detail/vandy-links/ehoefbfgpkokdopgnhfhfeniinmgnpbk
Description One-click links for Vanderbilt University undergraduate students.
File Size 14.1 KB
Installation Count 339
Current Version 1.2.0
Last Updated 2022-01-20
Publish Date 2020-07-11
Rating 5.00/5 Total 2 Ratings
Developer Austin Wang
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vandy Links",
    "description": "One-click links for Vanderbilt University undergraduate students.",
    "version": "1.2.0",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}