NYU Albert GPA Calculator

Calculate your GPA on NYU Albert

What is NYU Albert GPA Calculator?

NYU Albert GPA Calculator is a Chrome extension developed by Matteo Sandrin, and its main feature is "Calculate your GPA on NYU Albert".

Extension Screenshots

screenshot

Download NYU Albert GPA Calculator Extension CRX File

Download NYU Albert GPA Calculator 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

                        Have you opened the spanking-new NYU Albert interface?
Have you noticed that there is no sane way to view your GPA?
Fear no more! This Chrome extension adds a nifty table in the "Grades" section of NYU Albert showing your GPA and how it's calculated.

Disclaimer: The grades shown in the screenshot do not represent any specific student.                    

Extension Basic Information

Name NYU Albert GPA Calculator NYU Albert GPA Calculator
ID jdejmgfncfmnfcgkjpmbcnnicfnaidnh
Official URL https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh
Description Calculate your GPA on NYU Albert
File Size 38.64 KB
Installation Count 42
Current Version 1.01
Last Updated 2018-03-20
Publish Date 2018-03-20
Developer Matteo Sandrin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NYU Albert GPA Calculator",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Calculate your GPA on NYU Albert",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sis.portal.nyu.edu\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ]
}