d.tech Canvas Login Fixer

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

Co je d.tech Canvas Login Fixer?

d.tech Canvas Login Fixer je rozšíření Chrome vyvinuté https://canvascbl.com, a jeho hlavní funkcí je „Remembers if you're a parent or a student when logging into d.tech Canvas.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření d.tech Canvas Login Fixer

Stáhněte si soubory rozšíření d.tech Canvas Login Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název d.tech Canvas Login Fixer d.tech Canvas Login Fixer
ID npjdknakkabpjbnfibjhbmfpaenkbdcd
Oficiální URL https://chromewebstore.google.com/detail/dtech-canvas-login-fixer/npjdknakkabpjbnfibjhbmfpaenkbdcd
Popis Remembers if you're a parent or a student when logging into d.tech Canvas.
Velikost souboru 81.03 KB
Počet instalací 196
Aktuální Verze 0.3
Poslední Aktualizace 2020-11-23
Datum Vydání 2020-05-25
Vývojář https://canvascbl.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://canvascbl.com/canvas-fixer/
URL Stránky Nápovědy https://go.canvascbl.com/help/contact
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1zDNkYl15A6Rgmn0eDMqwFopXGLAazSQmsS17Jo0TNX8/pub
Podporované Jazyky 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"
    }
}