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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://canvascbl.com และคุณลักษณะหลักของมันคือ "Remembers if you're a parent or a student when logging into d.tech Canvas."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย d.tech Canvas Login Fixer
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |