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开发的Chrome扩展程序,该扩展的主要功能是“Remembers if you're a parent or a student when logging into d.tech Canvas.”。
扩展截图
下载d.tech Canvas Login Fixer扩展crx文件
下载d.tech Canvas Login Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |