Homework & Quiz Answering AI - Apex Vision AI

Homework Answering AI Helper & Study Assistant

What is Homework & Quiz Answering AI - Apex Vision AI?

Homework & Quiz Answering AI - Apex Vision AI is a Chrome extension developed by https://apexvision.ai, and its main feature is "Homework Answering AI Helper & Study Assistant".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Homework & Quiz Answering AI - Apex Vision AI Extension CRX File

Download Homework & Quiz Answering AI - Apex Vision AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Our Chrome extension revolutionizes how college students tackle multiple-choice homework and quizzes. Powered by AI algorithms.

- Accurate Answer Generation: Utilizing advanced machine learning, our extension provides precise answers, saving time and boosting confidence.

- Instant Assistance: Get real-time answers with a click or keyboard shortcut, eliminating research and guesswork.

- User-Friendly Interface: Seamlessly integrate our extension into your study routine with an intuitive design and easy navigation.                    

Extension Basic Information

Name Homework & Quiz Answering AI - Apex Vision AI Homework & Quiz Answering AI - Apex Vision AI
ID ncaknkaehhieldhnmimbjnfgneaiijbd
Official URL https://chromewebstore.google.com/detail/homework-quiz-answering-a/ncaknkaehhieldhnmimbjnfgneaiijbd
Description Homework Answering AI Helper & Study Assistant
File Size 336 KB
Installation Count 540
Current Version 3.1.1
Last Updated 2024-02-19
Publish Date 2023-08-13
Rating 5.00/5 Total 3 Ratings
Developer https://apexvision.ai
Email [email protected]
Payment Type free
Extension Website https://apexvision.ai/
Help Page URL https://apexvision.ai/support
Privacy Policy Page URL https://apexvision.ai/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Homework & Quiz Answering AI - Apex Vision AI",
    "description": "Homework Answering AI Helper & Study Assistant",
    "version": "3.1.1",
    "action": {
        "default_popup": "index.html",
        "default_width": 335,
        "default_height": 410,
        "default_icon": ".\/icon512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            }
        },
        "toggle_toolbar": {
            "description": "Toggle the visibility of the toolbar",
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "MacCtrl+Shift+T"
            }
        }
    }
}