WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ClickUp: Talk to AI in Any Tab: ChatGPT, Gemini & Claude + Voice Dictation

ClickUp: Talk to AI in Any Tab: ChatGPT, Gemini & Claude + Voice Dictation

View on Chrome Web Store
View ClickUp: Talk to AI in Any Tab: ChatGPT, Gemini & Claude + Voice Dictation Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (32 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

One AI-powered extension to rule them all. Research, write, and get work done 4× faster with ClickUp BrainGPT in every tab.
Type
Extension
Users
10,000 users
500
Website clickup.com
ClickUp
View author page of ClickUp
Published
Published on July 23, 2025
Version 0.104.1.1
Manifest version
3
Updated
Updated on December 14, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ClickUp: Talk to AI in Any Tab: ChatGPT, Gemini & Claude + Voice Dictation 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": "__MSG_appName__",
    "version": "0.104.1.1",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "activeTab",
        "commands",
        "scripting",
        "sidePanel",
        "offscreen",
        "topSites",
        "favicon",
        "clipboardWrite",
        "clipboardRead",
        "nativeMessaging",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "chrome_url_overrides": {
        "newtab": "max\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "side_panel": {
        "default_path": "max\/index.html?hideSidebar=true&isInSidePanel=true#\/side-panel"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArClC818nT5GSL\/DoGl7NGxDNJbSw6ZLXSX\/BOa33j1YB9P9lMVHPEJejZW8OF96DxCpx4EHQgyvGS\/jt+oMyhYwrLmNz0xPVnrR4UI9qGYDriiZ0zTF+Mszk4cX+osLTIzXPzJm0wJwZMVYbni4UssiwXB6p1rJuagi2xwQC0czHVJEEyy1SAe03623VxnDKfe9pstv5DmO4hbHzVuwjvDZr9ZiZAX38x1tZKPiOYPrq75q+m9PU2FNEzBqG\/Nqs0ODaKNKy0jcbcNgATWN6O1T352h\/ttN2CQTZL3gs7kxNNgOLI\/uqdF5NeRtNoIiWnuXeSPocYJMJcbN6z0eBYQIDAQAB",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "run-ttt": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            },
            "description": "Run Talk To Text"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/scripts\/extension_detector.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "world": "MAIN"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/scripts\/settings_utils.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/google.com\/*"
            ],
            "js": [
                "content\/scripts\/google_injector.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content\/dist\/gmail_injector.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "content\/scripts\/gdocs_main_world.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "content\/scripts\/gdocs_isolated_world.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/scripts\/tooltip_utils.js",
                "content\/scripts\/floating_action_button.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "max\/*",
                "content\/*",
                "assets\/*",
                "background\/*",
                "canvaskit\/*",
                "offscreen\/*",
                "favicon\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.clickup.com\/*",
            "*:\/\/*.clickup-stg.com\/*",
            "*:\/\/*.clickup-qa.com\/*"
        ]
    }
}
© 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