SideKick - ChatGPT on every website

An AI assistant for your daily tasks

What is SideKick - ChatGPT on every website?

SideKick - ChatGPT on every website is a Chrome extension developed by Zigg, and its main feature is "An AI assistant for your daily tasks".

Extension Screenshots

Download SideKick - ChatGPT on every website Extension CRX File

Download SideKick - ChatGPT on every website 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

                        Access ChatGPT (GPT-3 and soon GPT-4) from any website instantly. 

Simply enter Cmd+J (Mac) or Ctrl+J (Windows) to open the chatbox and start conversing with ChatGPT without leaving your current page.

Sidekick allows you to:
- Access ChatGPT instantly
- Seamlessly integrate text from your active page
- Save your favorite prompts as templates

Upgrade your browsing experience and unlock the power of ChatGPT with Sidekick today!                    

Extension Basic Information

Name SideKick - ChatGPT on every website SideKick - ChatGPT on every website
ID mekgchhcgejkihjpfolmimbhnnkapojk
Official URL https://chromewebstore.google.com/detail/sidekick-chatgpt-on-every/mekgchhcgejkihjpfolmimbhnnkapojk
Description An AI assistant for your daily tasks
File Size 34.19 MB
Installation Count 67
Current Version 1.0.1
Last Updated 2023-04-04
Publish Date 2023-03-25
Rating 5.00/5 Total 1 Ratings
Developer Zigg
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://zigg.app/extension/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SideKick - ChatGPT on every website",
    "version": "1.0.1",
    "description": "An AI assistant for your daily tasks",
    "icons": {
        "16": "dist\/icons\/icon-16.png",
        "48": "dist\/icons\/icon-48.png",
        "128": "dist\/icons\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/assets\/index.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/localhost:*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}