UVM Blackboard Autofill NetID

Autofill NetID when logging into Blackboard

What is UVM Blackboard Autofill NetID?

UVM Blackboard Autofill NetID is a Chrome extension developed by Sleek Panther, and its main feature is "Autofill NetID when logging into Blackboard".

Extension Screenshots

screenshot
screenshot
screenshot

Download UVM Blackboard Autofill NetID Extension CRX File

Download UVM Blackboard Autofill NetID 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

                        Autofill your NetID when blackboard logging into Blackboard & Chrome doesn't remember it

Saves your NetID & syncs to your Google account so it's accessible on any Chrome browser you sign into                    

Extension Basic Information

Name UVM Blackboard Autofill NetID UVM Blackboard Autofill NetID
ID chaedfolkmpjklggofnbjkepacoeomje
Official URL https://chromewebstore.google.com/detail/uvm-blackboard-autofill-n/chaedfolkmpjklggofnbjkepacoeomje
Description Autofill NetID when logging into Blackboard
File Size 54.56 KB
Installation Count 55
Current Version 1.0.1
Last Updated 2023-11-01
Publish Date 2020-04-09
Rating 5.00/5 Total 2 Ratings
Developer Sleek Panther
Email [email protected]
Payment Type free
Extension Website https://github.com/SleekPanther/uvm-blackboard-autofill-netid
Help Page URL https://github.com/SleekPanther/uvm-blackboard-autofill-netid/issues
Privacy Policy Page URL https://github.com/SleekPanther/youtube-chronological-order/blob/master/privacy.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UVM Blackboard Autofill NetID",
    "description": "Autofill NetID when logging into Blackboard",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "page_action": {
        "default_icon": "assets\/icons\/bb16.png",
        "default_title": "Save your NetID",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/jquery-min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/bb16.png",
        "48": "assets\/icons\/bb48.png",
        "128": "assets\/icons\/bb128.png"
    }
}