TutorEva - AI Homework Helper beyond GPT-4

Crop and solve any questions on your screen with AI

TutorEva - AI Homework Helper beyond GPT-4란 무엇입니까?

TutorEva - AI Homework Helper beyond GPT-4은(는) HIGGZ ACADEMIA TECHNOLOGY PTE LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crop and solve any questions on your screen with AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TutorEva - AI Homework Helper beyond GPT-4 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ask your questions, get instant answers & explanations for all college subjects with accuracy beyond GPT-4.
Solve all questions on your homework website with one click. TutorEva will become your ultimate time saver!
Available on all websites and homework platforms.  (Such as: Blackboard, Canvas, WebAssign, Google Classroom, Schoology...)

🔥 EXCLUSIVE FEATURES 🔥

💡 Top problem-solving ability
TutorEva is the most powerful homework helper you'll ever need! Solve everything on your website page with ONE CLICK and get all your college subjects covered, including math,chemistry, economics, psychology, computer science... you name it! As an AI-empowered homework helper, TutorEva can solve any complex problems, even the hardest college math with accuracy beyond chat-gpt4. 

📖 Interactive AI tutor
As an advanced AI tutor, TutorEva also provides audio and visual guidance like a 24/7 exclusive mentor by your side just for you. Ask Eva any further questions and you'll get instant step by step break-downs. 

⏰ Ultimate Time-Saver
With TutorEva, you can now get all the questions on your homework website solved with a single click! No more struggling with copying and pasting, TutorEva will simply solve the entire page and provide step-by-step answers, saving you tons of time. If you are currently struggling with your studies and have multiple deadlines, TutorEva is the perfect helper you do not want to miss!                    

확장 프로그램 기본 정보

이름 TutorEva - AI Homework Helper beyond GPT-4 TutorEva - AI Homework Helper beyond GPT-4
ID apogailbefogonabpcdihagcplbljiog
공식 URL https://chromewebstore.google.com/detail/tutoreva-ai-homework-help/apogailbefogonabpcdihagcplbljiog
설명 Crop and solve any questions on your screen with AI
파일 크기 871 KB
설치 횟수 1,033
현재 버전 1.4.0
최근 업데이트 2024-02-21
출시 날짜 2023-09-27
평점 4.44/5 총 9 개의 평점
개발자 HIGGZ ACADEMIA TECHNOLOGY PTE LTD
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tutoreva.com
개인정보 보호 정책 페이지 URL https://www.tutoreva.com/policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TutorEva - AI Homework Helper beyond GPT-4",
    "version": "1.4.0",
    "description": "Crop and solve any questions on your screen with AI",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentIndex.chunk.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}