UVM Blackboard Autofill NetID

Autofill NetID when logging into Blackboard

Qu'est-ce que UVM Blackboard Autofill NetID ?

UVM Blackboard Autofill NetID est une extension Chrome développée par Sleek Panther, et sa fonction principale est "Autofill NetID when logging into Blackboard".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UVM Blackboard Autofill NetID

Téléchargez les fichiers d'extension UVM Blackboard Autofill NetID au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom UVM Blackboard Autofill NetID UVM Blackboard Autofill NetID
ID chaedfolkmpjklggofnbjkepacoeomje
URL Officiel https://chromewebstore.google.com/detail/uvm-blackboard-autofill-n/chaedfolkmpjklggofnbjkepacoeomje
Description Autofill NetID when logging into Blackboard
Taille du Fichier 54.56 KB
Nombre d'Installations 55
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-11-01
Date de Publication 2020-04-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Sleek Panther
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/SleekPanther/uvm-blackboard-autofill-netid
URL de la Page d'Aide https://github.com/SleekPanther/uvm-blackboard-autofill-netid/issues
URL de la Page de Politique de Confidentialité https://github.com/SleekPanther/youtube-chronological-order/blob/master/privacy.md
Langues Prises en Charge 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"
    }
}