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