QuickHAC

Quickly and efficiently check your grades.

QuickHAC क्या है?

QuickHAC https://hacaccess.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly and efficiently check your grades."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QuickHAC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        QuickHAC is back with a complete remake! In the 3.2 update, we have re-added the popup, background updating, and multiple students for the first time since Round Rock ISD updated their instance of Home Access Center.

Your data is kept strictly between you and your district's gradebook server for both Round Rock ISD and Austin ISD.

Disclaimer:
This software is provided as-is with no warranty, express or implied, to the extent permitted by applicable law. You are responsible for any consequences of using this software.

QuickHAC is created and maintained by former Westwood students. QuickHAC and its developers are not affiliated with Round Rock Independent School District, Austin Independent School District, SunGard, or Pearson.

Source Code: https://github.com/quickhac/qhac-chrome-rrisd
Source code for QuickHAC is released under the BSD 3-clause license.                    

एक्सटेंशन की मूल जानकारी

नाम QuickHAC QuickHAC
ID dnboopdmbbpaicaphfkcphonijbfhopg
आधिकारिक URL https://chromewebstore.google.com/detail/quickhac/dnboopdmbbpaicaphfkcphonijbfhopg
विवरण Quickly and efficiently check your grades.
फ़ाइल का आकार 1.37 MB
स्थापना संख्या 452
वर्तमान संस्करण 3.2.2
अंतिम अपडेट 2014-10-26
प्रकाशन तिथि 2014-10-25
रेटिंग 4.61/5 कुल 54 रेटिंग्स
डेवलपर https://hacaccess.herokuapp.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hacaccess.herokuapp.com/qhac
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickHAC",
    "description": "Quickly and efficiently check your grades.",
    "version": "3.2.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/hacaccess.herokuapp.com\/",
        "https:\/\/accesscenter.roundrockisd.org\/",
        "https:\/\/my.austinisd.org\/",
        "https:\/\/my-teams.austinisd.org\/",
        "notifications",
        "background",
        "alarms"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "38": "assets\/icon38.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "512": "assets\/icon512.png"
    },
    "web_accessible_resources": [
        "assets\/background.jpg",
        "fonts\/*.ttf",
        "assets\/logowhite.svg"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/icon38.png",
        "default_title": "QuickHAC",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/Account\/LogOn*"
            ],
            "css": [
                "css\/open-sans.css",
                "css\/logon.css"
            ],
            "js": [
                "js\/vendor\/jquery.js",
                "js\/logon.js"
            ]
        },
        {
            "matches": [
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/*"
            ],
            "exclude_matches": [
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/Content\/*",
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/Account\/LogOn*"
            ],
            "css": [
                "css\/open-sans.css",
                "css\/header.css"
            ],
            "js": [
                "js\/vendor\/jquery.js",
                "js\/vendor\/react.js",
                "js\/render\/utils.js",
                "js\/render\/picker.js",
                "js\/retrieve\/utils.js",
                "js\/retrieve\/retrieve.js",
                "js\/header.js"
            ]
        },
        {
            "matches": [
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/Content\/*"
            ],
            "exclude_matches": [
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/Content\/Student\/Assignments.aspx*"
            ],
            "css": [
                "css\/open-sans.css",
                "css\/content.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/accesscenter.roundrockisd.org\/HomeAccess\/Content\/Student\/Assignments.aspx*"
            ],
            "css": [
                "css\/open-sans.css",
                "css\/assignments.css",
                "css\/courseview.css"
            ],
            "js": [
                "js\/vendor\/jquery.js",
                "js\/vendor\/moment.js",
                "js\/vendor\/react.js",
                "js\/parse\/parse.js",
                "js\/render\/utils.js",
                "js\/render\/courseview.js",
                "js\/render\/render.js",
                "js\/assignments.js"
            ],
            "all_frames": true
        }
    ]
}