Bytelearn- AI Math Tutor

With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test! 💪.

Bytelearn- AI Math Tutor란 무엇입니까?

Bytelearn- AI Math Tutor은(는) Bytelearn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test! 💪."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bytelearn- AI Math Tutor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test!  💪
Unlike systems that just give homework answers 🙄, Bytelearn coaches you step-by-step 🐾 through solving and understanding your math problem. 🙌

🌅24/7 live professional tutors + 😸Byte, the AI tutor
Byte and our team of highly capable human tutors are always ready to help, whenever you need.

💯Word problems + geometry + graphing
Unlike other systems that can’t hack it, Bytelearn helps you with every kind of math problem. 🔥

🎓6th grade through Calculus
Get help with any math class—6/7/8th, Algebra I, Geometry, Algebra II, Pre-Calculus, Calculus, and Statistics.

Ready to crush your math test? Let’s goooooooo! 🚀 bytelearn.com 🎉🥳🔥                    

확장 프로그램 기본 정보

이름 Bytelearn- AI Math Tutor Bytelearn- AI Math Tutor
ID majmmgdlohkicpkfnakahghpoobmncli
공식 URL https://chromewebstore.google.com/detail/bytelearn-ai-math-tutor/majmmgdlohkicpkfnakahghpoobmncli
설명 With Bytelearn’s unlimited, live tutor help, learn for real and crush your math test! 💪.
파일 크기 184 KB
설치 횟수 2,038
현재 버전 2.9.0
최근 업데이트 2024-01-22
출시 날짜 2023-10-03
평점 5.00/5 총 16 개의 평점
개발자 Bytelearn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bytelearn.com/
도움말 페이지 URL https://www.bytelearn.com/
개인정보 보호 정책 페이지 URL https://www.bytelearn.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bytelearn- AI Math Tutor",
    "version": "2.9.0",
    "manifest_version": 3,
    "description": "With Bytelearn\u2019s unlimited, live tutor help, learn for real and crush your math test! \ud83d\udcaa.",
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'",
        "frame-src": [
            "'self'",
            "chrome-extension:\/\/*"
        ],
        "style-src": [
            "'self'"
        ],
        "font-src": [
            "'self'"
        ],
        "object-src": "'self'"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bytelearn.ai\/student\/chat",
                "https:\/\/*.bytelearn.ai\/student\/assignment*",
                "https:\/\/*.bytelearn.ai\/student\/extension-*",
                "https:\/\/*.bytelearn.com\/student\/chat",
                "https:\/\/*.bytelearn.com\/student\/assignment*",
                "https:\/\/*.bytelearn.com\/student\/extension-*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": []
}