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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}