AU BlackBoard Auto Login

AU BlackBoard Auto Login

What is AU BlackBoard Auto Login?

AU BlackBoard Auto Login is a Chrome extension developed by Nauer, and its main feature is "AU BlackBoard Auto Login".

Extension Screenshots

screenshot

Download AU BlackBoard Auto Login Extension CRX File

Download AU BlackBoard Auto Login 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

                        This is a simple auto login script for BlackBoard ment to be used on Aarhus University's login portal.                    

Extension Basic Information

Name AU BlackBoard Auto Login AU BlackBoard Auto Login
ID dmpnolfghmelgeioamdjepodaicamgbg
Official URL https://chrome.google.com/webstore/detail/au-blackboard-auto-login/dmpnolfghmelgeioamdjepodaicamgbg
Description AU BlackBoard Auto Login
File Size 496 KB
Installation Count 16
Current Version 1.3
Last Updated 2018-03-07
Publish Date 2017-09-04
Rating 5.00/5 Total 1 Ratings
Developer Nauer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AU BlackBoard Auto Login",
    "description": "AU BlackBoard Auto Login",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "16": "res\/logo.png",
        "48": "res\/logo.png",
        "128": "res\/logo.png"
    },
    "background": {
        "scripts": [
            "js\/firstrun.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/wayf.au.dk\/module.php\/core\/loginuserpass.php?AuthState=*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/autologin.js"
            ],
            "css": [
                "css\/loginstyle.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/bb.au.dk\/webapps\/portal\/execute\/tabs\/tabAction?tab_tab_group_id=_21_1",
        "*:\/\/www.wayf.dk\/",
        "webRequest",
        "webRequestBlocking"
    ]
}