CanvasGPT

Get support on questions quickly and confidently with AI.

什麼是CanvasGPT?

CanvasGPT是由https://canvasgpt.co開發的Chrome擴展程式,該擴展的主要功能是“Get support on questions quickly and confidently with AI.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CanvasGPT擴展crx文件

下載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
官方網址 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"
    }
}