TutorEva - AI Homework Helper beyond GPT-4

Crop and solve any questions on your screen with AI

¿Qué es TutorEva - AI Homework Helper beyond GPT-4?

TutorEva - AI Homework Helper beyond GPT-4 es una extensión de Chrome desarrollada por HIGGZ ACADEMIA TECHNOLOGY PTE LTD, y su función principal es "Crop and solve any questions on your screen with AI".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TutorEva - AI Homework Helper beyond GPT-4

Descarga archivos de extensión TutorEva - AI Homework Helper beyond GPT-4 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre TutorEva - AI Homework Helper beyond GPT-4 TutorEva - AI Homework Helper beyond GPT-4
ID apogailbefogonabpcdihagcplbljiog
URL Oficial https://chromewebstore.google.com/detail/tutoreva-ai-homework-help/apogailbefogonabpcdihagcplbljiog
Descripción Crop and solve any questions on your screen with AI
Tamaño del Archivo 871 KB
Cantidad de Instalaciones 1,033
Versión Actual 1.4.0
Última Actualización 2024-02-21
Fecha de Publicación 2023-09-27
Calificación 4.44/5 Total de 9 Calificaciones
Desarrollador HIGGZ ACADEMIA TECHNOLOGY PTE LTD
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.tutoreva.com
URL de la Página de Política de Privacidad https://www.tutoreva.com/policy
Idiomas Soportados 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": [
        ""
    ]
}