GPT EXAM VISION

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

Qu'est-ce que GPT EXAM VISION ?

GPT EXAM VISION est une extension Chrome développée par vladimir.gailun, et sa fonction principale est "📚✨ Ace Your Exams and Assessments with the Chrome Extension for GPT Image Analysis ✨📚 NOW WITH GPT VISION - get insights from…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GPT EXAM VISION

Téléchargez les fichiers d'extension GPT EXAM VISION au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        📚✨ 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.                    

Informations de Base sur l'Extension

Nom GPT EXAM VISION GPT EXAM VISION
ID kkclafcgallpoabnikcmdndheichkeck
URL Officiel https://chromewebstore.google.com/detail/gpt-exam-vision/kkclafcgallpoabnikcmdndheichkeck
Description 📚✨ Ace Your Exams and Assessments with the Chrome Extension for GPT Image Analysis ✨📚 NOW WITH GPT VISION - get insights from…
Taille du Fichier 6.33 MB
Nombre d'Installations 339
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-11-05
Date de Publication 2023-10-11
Évaluation 4.71/5 Total 7 Évaluations
Développeur vladimir.gailun
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}