Homework & Quiz Answering AI - Apex Vision AI

Homework Answering AI Helper & Study Assistant

Homework & Quiz Answering AI - Apex Vision AI란 무엇입니까?

Homework & Quiz Answering AI - Apex Vision AI은(는) https://apexvision.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Homework Answering AI Helper & Study Assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Homework & Quiz Answering AI - Apex Vision AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Homework & Quiz Answering AI - Apex Vision AI Homework & Quiz Answering AI - Apex Vision AI
ID ncaknkaehhieldhnmimbjnfgneaiijbd
공식 URL https://chromewebstore.google.com/detail/homework-quiz-answering-a/ncaknkaehhieldhnmimbjnfgneaiijbd
설명 Homework Answering AI Helper & Study Assistant
파일 크기 336 KB
설치 횟수 540
현재 버전 3.1.1
최근 업데이트 2024-02-19
출시 날짜 2023-08-13
평점 5.00/5 총 3 개의 평점
개발자 https://apexvision.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apexvision.ai/
도움말 페이지 URL https://apexvision.ai/support
개인정보 보호 정책 페이지 URL https://apexvision.ai/privacy-policy
지원되는 언어 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"
            }
        }
    }
}