CanvasGPT
Get support on questions quickly and confidently with AI.
ما هو CanvasGPT؟
CanvasGPT هو إضافة Chrome تم تطويرها بواسطة https://canvasgpt.co، والميزة الرئيسية لها هي "Get support on questions quickly and confidently with AI.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CanvasGPT
قم بتنزيل ملفات الامتداد CanvasGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dive into the next-gen world of academic assistance with CanvasGPT. This innovative Chrome extension leverages the unparalleled intelligence of GPT-4, enhancing your academic experience. Description: CanvasGPT is your AI-powered academic partner designed for the Canvas LMS. Students seeking clarity on intricate questions can leverage CanvasGPT's integration with GPT-4, which ensures accurate and quick responses right within the Canvas environment. 💻 Feature Highlights: 💡 Quick Validation: Get an improved understanding of complex topics from the powerful question-answering capabilities of AI. 💡 Hints: Use hints from CanvasGPT to guide you toward an answer and learn in the process. 💡 Question-Type Coverage: Works for all question types the Canvas LMS offers. 💡 Seamless Integration: CanvasGPT is designed for user convenience. Upon use of CanvasGPT, the AI-generated support appears right beneath the question. 💡 Simple Button Click: With CanvasGPT’s user-friendly interface, accessing GPT-4 for assistance is as simple as clicking a button, ensuring uninterrupted flow during your academic experience.
معلومات أساسية عن التمديد
الاسم | CanvasGPT |
ID | inhfbkomoijnofbogbdljiolaodikhja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/canvasgpt/inhfbkomoijnofbogbdljiolaodikhja |
الوصف | Get support on questions quickly and confidently with AI. |
حجم الملف | 29.2 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2024-02-15 |
تاريخ النشر | 2023-12-26 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://canvasgpt.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://canvasgpt.co |
عنوان صفحة المساعدة | https://canvasgpt.co/#contact |
عنوان صفحة سياسة الخصوصية | https://www.canvasgpt.co/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CanvasGPT", "version": "1.2.0", "description": "Get support on questions quickly and confidently with AI.", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "background": { "service_worker": "background.js" }, "author": "Chase Durnin", "content_scripts": [ { "matches": [ "*:\/\/*.instructure.com\/*\/quizzes*" ], "js": [ "client.js" ] } ], "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "index.html", "default_title": "CanvasGPT" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |