Reggie

WebReg tool

What is Reggie?

Reggie is a Chrome extension developed by Unknown, and its main feature is "WebReg tool".

Extension Screenshots

screenshot
screenshot

Download Reggie Extension CRX File

Download Reggie 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

                        Rutgers WebReg extension that adds several functionalities including auto-clicking checkboxes, generating links for professor ratings searches, and displaying class conflicts                    

Extension Basic Information

Name Reggie Reggie
ID gdkikaijpanejfelebnbldplnkkoeime
Official URL https://chromewebstore.google.com/detail/reggie/gdkikaijpanejfelebnbldplnkkoeime
Description WebReg tool
File Size 525 KB
Installation Count 179
Current Version 1.0
Last Updated 2019-03-10
Publish Date 2019-03-10
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reggie",
    "version": "1.0",
    "description": "WebReg tool",
    "manifest_version": 2,
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "page_action": {
        "default_icon": "16.png",
        "default_popup": "popup.html",
        "default_title": "PageFontStyle"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sis.rutgers.edu\/soc\/?iframe=true*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/sims.rutgers.edu\/*",
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "injector.js",
        "courses_injector.js",
        "options.html"
    ]
}