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 |
Eメール | [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" } } |