WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Exam Copilot — AI Assistant for AWS Practice Exams on Udemy

Exam Copilot — AI Assistant for AWS Practice Exams on Udemy

View on Chrome Web Store
View Exam Copilot — AI Assistant for AWS Practice Exams on Udemy Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Study AWS practice exams on Udemy with an AI copilot that reads aloud, explains the why, and lets you chat.
Type
Extension
Users
1 users
1
clickzyn
View author page of clickzyn
Published
Published on December 31, 2025
Version 0.0.1
Manifest version
3
Updated
Updated on December 31, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Exam Copilot — AI Assistant for AWS Practice Exams on Udemy Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Exam Copilot \u2014 AI Assistant for AWS Practice Exams on Udemy",
    "version": "0.0.1",
    "description": "Study AWS practice exams on Udemy with an AI copilot that reads aloud, explains the why, and lets you chat.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.udemy.com\/*",
        "https:\/\/texttospeech.googleapis.com\/*",
        "https:\/\/api.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/*"
            ],
            "js": [
                "src\/core\/logger.js",
                "src\/core\/hash.js",
                "src\/core\/state.js",
                "src\/core\/storage.js",
                "src\/core\/message.js",
                "src\/core\/questionStats.js",
                "src\/core\/revisionQueue.js",
                "src\/engines\/inference.js",
                "src\/engines\/analysisFormatter.js",
                "src\/engines\/highlight.js",
                "src\/engines\/ttsEngineWeb.js",
                "src\/engines\/ttsEngineGoogle.js",
                "src\/ui\/analysisPanel.js",
                "src\/ui\/confidenceInline.js",
                "src\/ui\/highlightExplain.js",
                "src\/ui\/toolbar.js",
                "src\/ui\/wrapper.js",
                "src\/adapters\/practice.js",
                "src\/adapters\/review\/dom.js",
                "src\/adapters\/review\/questionId.js",
                "src\/adapters\/review\/importAttempt.js",
                "src\/adapters\/review\/index.js",
                "src\/content.js"
            ],
            "css": [
                "css\/udemyReader.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "udemy_ai_summary_logo.png"
    },
    "icons": {
        "16": "udemy_ai_summary_logo.png",
        "48": "udemy_ai_summary_logo.png",
        "128": "udemy_ai_summary_logo.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top