GPT EXAM VISION

📚✨ Ace Your Exams and Assessments with the Chrome Extension for GPT Image Analysis ✨📚 NOW WITH GPT VISION - get insights from…

¿Qué es GPT EXAM VISION?

GPT EXAM VISION es una extensión de Chrome desarrollada por vladimir.gailun, y su función principal es "📚✨ Ace Your Exams and Assessments with the Chrome Extension for GPT Image Analysis ✨📚 NOW WITH GPT VISION - get insights from…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GPT EXAM VISION

Descarga archivos de extensión GPT EXAM VISION 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

                        📚✨ Ace Your Exams and Assessments with the Chrome Extension for GPT Image Analysis ✨📚

NOW WITH GPT VISION - get insights from any type of content.

🤔 Tired of Questions in Image Form? 🖼️
Can't copy text or picture directly to GPT? We've got the solution! Introducing our Chrome extension for GPT Image Analysis. 🚀

Seeking that extra boost in your exam or assessment? 🤓 Harness the power of the chrome extension for GPT image analysis! This tool effortlessly converts images of your exam or assessment into answers, ensuring you're completely ready for our next career and education step.

🌟 Why You Need This Extension:

🚀 Instant Study Answers: Just snap a picture of the question and receive an instant analysis. Value every second, especially during those crucial exam and assessment hours.
📖 Deep Dive into Study Materials: Go beyond skimming your notes. Dive deep into every element with our extension's flawless GPT integration.
🖱️ User-Friendly Experience: Tailored for both high school scholars and those in higher education, our extension guarantees a seamless study experience.

🔍 Features Crafted for Stellar Exam Preparation:

🖱️ One-Click Analysis: CTRL+S on any study-related image and click .
🧠 GPT-Powered Insights: With the latest GPT technology at its core, expect precise and in-depth results every single time.
🔒 Safe & Secure: Your study materials are analyzed in real-time and never stored, ensuring both your privacy and academic integrity.

Boost your exams and assessments with the Chrome extension for GPT image analysis. Dive deep into study materials and gain unparalleled insights instantly.                    

Información Básica de la Extensión

Nombre GPT EXAM VISION GPT EXAM VISION
ID kkclafcgallpoabnikcmdndheichkeck
URL Oficial https://chromewebstore.google.com/detail/gpt-exam-vision/kkclafcgallpoabnikcmdndheichkeck
Descripción 📚✨ Ace Your Exams and Assessments with the Chrome Extension for GPT Image Analysis ✨📚 NOW WITH GPT VISION - get insights from…
Tamaño del Archivo 6.33 MB
Cantidad de Instalaciones 339
Versión Actual 1.1.1
Última Actualización 2023-11-05
Fecha de Publicación 2023-10-11
Calificación 4.71/5 Total de 7 Calificaciones
Desarrollador vladimir.gailun
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT EXAM VISION",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob:; script-src-elem 'self' https:\/\/cdn.jsdelivr.net\/"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/classes\/Plugins\/OCR\/Impl\/Tesseract\/iframe\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "content\/classes\/Plugins\/OCR\/Impl\/Tesseract\/iframe\/index.html"
        ]
    },
    "background": {
        "service_worker": "background\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/libs\/js\/jquery.min.js",
                "content\/libs\/js\/select2.min.js",
                "content\/functions.js",
                "content\/classes\/Plugins\/Dialog\/Dialog.js",
                "content\/classes\/Plugins\/SnippingTool\/SnippingTool.js",
                "content\/classes\/Plugins\/OCR\/Impl\/Tesseract\/TesseractService.js",
                "content\/classes\/Plugins\/OCR\/OCR.js",
                "content\/classes\/Services\/Service.js",
                "content\/main.js"
            ],
            "css": [
                "content\/libs\/css\/select2.min.css",
                "content\/classes\/Plugins\/SnippingTool\/css\/main.css",
                "content\/classes\/Plugins\/Dialog\/css\/main.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/?model=gpt-4&auto=1"
            ],
            "js": [
                "content\/functions.js",
                "content\/chatGPT.js"
            ]
        }
    ]
}