Mcgrawhill Concept Autocomplete

Automatically comeplte your Mcgrawhill Concepts

什麼是Mcgrawhill Concept Autocomplete?

Mcgrawhill Concept Autocomplete是由HomeworkHelper開發的Chrome擴展程式,該擴展的主要功能是“Automatically comeplte your Mcgrawhill Concepts”。

擴展截圖

screenshot
screenshot

下載Mcgrawhill Concept Autocomplete擴展crx文件

下載Mcgrawhill Concept Autocomplete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you hate doing your smartbook concepts? Well I made a chrome extension that will do them for you. Save yourself some time and let my program do it all for you automatically.

This is an innovative browser extension designed to help you tackle a wide range of concepts on mcgrawhill's website. By leveraging the capabilities of the ChatGPT API, this extension generates accurate and relevant responses for various question types, including fill-in-the-blank, true or false, multiple-choice, multiple-answer, multiple-select, and matching questions.

This extension seamlessly integrates with your browser, providing a user-friendly experience while you navigate through quizzes. With the power of AI at your fingertips, you can confidently solve questions, save time, and enhance your learning experience. Whether you're a student or a lifelong learner, Homework Helper is the perfect companion for your knowledge-seeking journey.


Start your 1 day free trial today! After that it is a $10 upfront cost for a lifetime license.                    

擴展基本資訊

名稱 Mcgrawhill Concept Autocomplete Mcgrawhill Concept Autocomplete
ID ohmcpdhhdlggcepgfbeeonhbdcfeahgd
官方網址 https://chromewebstore.google.com/detail/mcgrawhill-concept-autoco/ohmcpdhhdlggcepgfbeeonhbdcfeahgd
簡介 Automatically comeplte your Mcgrawhill Concepts
檔案大小 24.78 MB
安裝次數 240
目前版本 4.5
更新時間 2024-03-02
上架時間 2024-01-31
評分 5.00/5 共 4 次評分
開發者 HomeworkHelper
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://sites.google.com/view/homeworkhelperhh/home
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mcgrawhill Concept Autocomplete",
    "description": "Automatically comeplte your Mcgrawhill Concepts",
    "version": "4.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ExtPay.js",
                "firebase-app.js",
                "firebase-firestore.js"
            ],
            "matches": [
                "*:\/\/learning.mheducation.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*",
                "*:\/\/learning.mheducation.com\/*"
            ],
            "js": [
                "ExtPay.js",
                "firebase-app.js",
                "firebase-firestore.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.chatgpt.com\/"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}