ChadView

Record audio from your computer in real-time and get answers from ChatGPT in your browser

What is ChadView?

ChadView is a Chrome extension developed by https://chadview.com, and its main feature is "Record audio from your computer in real-time and get answers from ChatGPT in your browser".

Extension Screenshots

screenshot
screenshot

Download ChadView Extension CRX File

Download ChadView extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ChatGPT meeting assistant. Real-time answers during online meetings. Run our extension during your Zoom/Google Meet/Teams call. It listens to your meeting in real-time and answers any questions instantly.                    

Extension Basic Information

Name ChadView ChadView
ID abdljfgddilapkcefolbagomojjkkhih
Official URL https://chromewebstore.google.com/detail/chadview/abdljfgddilapkcefolbagomojjkkhih
Description Record audio from your computer in real-time and get answers from ChatGPT in your browser
File Size 323 KB
Installation Count 1,045
Current Version 0.0.4
Last Updated 2023-10-10
Publish Date 2023-04-19
Rating 2.14/5 Total 7 Ratings
Developer https://chadview.com
Email [email protected]
Payment Type free
Extension Website https://chadview.com/
Help Page URL https://discord.com/invite/dzKs3v3KaW
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChadView",
    "description": "Record audio from your computer in real-time and get answers from ChatGPT in your browser",
    "version": "0.0.4",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "tabCapture",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "recorder.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "draggable.js",
                "recorder.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "draggable.js",
                "recorder.js",
                "empty.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "ChadView Chrome Extension",
        "default_popup": "popup_empty.html",
        "default_icon": "chad_tr2.png"
    }
}