CanvasGPT

Get support on questions quickly and confidently with AI.

CanvasGPT क्या है?

CanvasGPT https://canvasgpt.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get support on questions quickly and confidently with AI."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CanvasGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}