CanvasGPT
Get support on questions quickly and confidently with AI.
Qu'est-ce que CanvasGPT ?
CanvasGPT est une extension Chrome développée par https://canvasgpt.co, et sa fonction principale est "Get support on questions quickly and confidently with AI.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CanvasGPT
Téléchargez les fichiers d'extension CanvasGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CanvasGPT |
ID | inhfbkomoijnofbogbdljiolaodikhja |
URL Officiel | https://chromewebstore.google.com/detail/canvasgpt/inhfbkomoijnofbogbdljiolaodikhja |
Description | Get support on questions quickly and confidently with AI. |
Taille du Fichier | 29.2 KB |
Nombre d'Installations | 71 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-02-15 |
Date de Publication | 2023-12-26 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://canvasgpt.co |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://canvasgpt.co |
URL de la Page d'Aide | https://canvasgpt.co/#contact |
URL de la Page de Politique de Confidentialité | https://www.canvasgpt.co/privacy |
Langues Prises en Charge | 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" } } |