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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CanvasGPT

Λήψη αρχείων επέκτασης CanvasGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
Διεύθυνση URL της Σελίδας Βοήθειας https://canvasgpt.co/#contact
URL της Σελίδας Πολιτικής Απορρήτου 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"
    }
}