d.tech Canvas Login Fixer

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

d.tech Canvas Login Fixer क्या है?

d.tech Canvas Login Fixer https://canvascbl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remembers if you're a parent or a student when logging into d.tech Canvas."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में d.tech Canvas Login Fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम d.tech Canvas Login Fixer d.tech Canvas Login Fixer
ID npjdknakkabpjbnfibjhbmfpaenkbdcd
आधिकारिक URL https://chromewebstore.google.com/detail/dtech-canvas-login-fixer/npjdknakkabpjbnfibjhbmfpaenkbdcd
विवरण Remembers if you're a parent or a student when logging into d.tech Canvas.
फ़ाइल का आकार 81.03 KB
स्थापना संख्या 196
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-11-23
प्रकाशन तिथि 2020-05-25
डेवलपर https://canvascbl.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://canvascbl.com/canvas-fixer/
सहायता पृष्ठ URL https://go.canvascbl.com/help/contact
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1zDNkYl15A6Rgmn0eDMqwFopXGLAazSQmsS17Jo0TNX8/pub
समर्थित भाषाएँ 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"
    }
}