UVM Blackboard Autofill NetID

Autofill NetID when logging into Blackboard

Wat is UVM Blackboard Autofill NetID?

UVM Blackboard Autofill NetID is een Chrome-extensie ontwikkeld door Sleek Panther, en de belangrijkste functie is "Autofill NetID when logging into Blackboard".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UVM Blackboard Autofill NetID

Download UVM Blackboard Autofill NetID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam UVM Blackboard Autofill NetID UVM Blackboard Autofill NetID
ID chaedfolkmpjklggofnbjkepacoeomje
Officiële URL https://chromewebstore.google.com/detail/uvm-blackboard-autofill-n/chaedfolkmpjklggofnbjkepacoeomje
Beschrijving Autofill NetID when logging into Blackboard
Bestandsgrootte 54.56 KB
Aantal Installaties 55
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-11-01
Publicatiedatum 2020-04-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Sleek Panther
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/SleekPanther/uvm-blackboard-autofill-netid
Help Pagina-URL https://github.com/SleekPanther/uvm-blackboard-autofill-netid/issues
URL van de Privacybeleid Pagina https://github.com/SleekPanther/youtube-chronological-order/blob/master/privacy.md
Ondersteunde Talen 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"
    }
}