d.tech Canvas Login Fixer

Remembers if you're a parent or a student when logging into d.tech Canvas.

Was ist d.tech Canvas Login Fixer?

d.tech Canvas Login Fixer ist eine Chrome-Erweiterung, die von https://canvascbl.com entwickelt wurde, und ihr Hauptmerkmal ist "Remembers if you're a parent or a student when logging into d.tech Canvas.".

Erweiterungsscreenshots

screenshot

d.tech Canvas Login Fixer-Erweiterungs-CRX-Datei herunterladen

Laden Sie d.tech Canvas Login Fixer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        d.tech Canvas Login Fixer skips the "d.tech Family Portal" when signing into Canvas.

Once you tell it if you're a parent or a student, it will remember that and forward you to the proper sign-in automatically. No more new tabs.

If you decide that you want to visit the d.tech Family Portal once in a while, there's an option to make a one-off visit in the settings. You don't need to remove the extension just for that.

This extension, while built by the CanvasCBL team (Sam Mendelson), sends no information to CanvasCBL. This extension is open-source, too-- check out the code at go.canvascbl.com/canvas-fixer/repo.                    

Grundlegende Informationen zur Erweiterung

Name d.tech Canvas Login Fixer d.tech Canvas Login Fixer
ID npjdknakkabpjbnfibjhbmfpaenkbdcd
Offizielle URL https://chromewebstore.google.com/detail/dtech-canvas-login-fixer/npjdknakkabpjbnfibjhbmfpaenkbdcd
Beschreibung Remembers if you're a parent or a student when logging into d.tech Canvas.
Dateigröße 81.03 KB
Installationsanzahl 196
Aktuelle Version 0.3
Letztes Update 2020-11-23
Veröffentlichungsdatum 2020-05-25
Entwickler https://canvascbl.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://canvascbl.com/canvas-fixer/
Hilfeseite URL https://go.canvascbl.com/help/contact
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1zDNkYl15A6Rgmn0eDMqwFopXGLAazSQmsS17Jo0TNX8/pub
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "d.tech Canvas Login Fixer",
    "version": "0.3",
    "description": "Remembers if you're a parent or a student when logging into d.tech Canvas.",
    "author": "iamtheyammer",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "*:\/\/sites.google.com\/dtechhs.org\/dtechfamilyportal\/*",
        "https:\/\/go.canvascbl.com\/",
        "https:\/\/canvascbl.com\/",
        "https:\/\/canvascbl.github.io\/"
    ],
    "browser_action": [],
    "icons": {
        "16": "img\/16px.png",
        "48": "img\/48px.png",
        "128": "img\/128px.png",
        "256": "img\/256px.png"
    }
}