Archer - AI-powered math tutor

An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.

Archer - AI-powered math tutor란 무엇입니까?

Archer - AI-powered math tutor은(는) https://okarcher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Archer - AI-powered math tutor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Archer transforms your browser into a personalized AI-driven math classroom. Import and conquer math problems from any webpage or document effortlessly. For students, Archer not only guides you through solving problems at any difficulty level but also transcends language barriers by translating your assignments. Validate your solutions and understand better with Archer's help. Teachers can augment their teaching by integrating Archer's AI tutor into assignments, providing continuous, adaptive support to students as they work through challenges. Embrace the future of learning with Archer.                    

확장 프로그램 기본 정보

이름 Archer - AI-powered math tutor Archer - AI-powered math tutor
ID ibabfmjgamhjoikjjcmhondjcadmkbag
공식 URL https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag
설명 An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.
파일 크기 992 KB
설치 횟수 54
현재 버전 1.3
최근 업데이트 2023-11-19
출시 날짜 2023-08-22
개발자 https://okarcher.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://okarcher.com
도움말 페이지 URL https://okarcher.com/about
개인정보 보호 정책 페이지 URL https://okarcher.com/terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Archer - AI-powered math tutor",
    "description": "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.",
    "version": "1.3",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/src\/background.module.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "contextMenus",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.okarcher.com\/",
        "*:\/\/*.deltamath.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deltamath.com\/*"
            ],
            "js": [
                "\/vendor\/browser-polyfill.min.js",
                "\/src\/environment.js",
                "\/src\/deltamath.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icon16.png",
        "32": "\/assets\/icon32.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    }
}