SideKick - ChatGPT on every website

An AI assistant for your daily tasks

什么是SideKick - ChatGPT on every website?

SideKick - ChatGPT on every website是由Zigg开发的Chrome扩展程序,该扩展的主要功能是“An AI assistant for your daily tasks”。

扩展截图

下载SideKick - ChatGPT on every website扩展crx文件

下载SideKick - ChatGPT on every website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 SideKick - ChatGPT on every website SideKick - ChatGPT on every website
ID mekgchhcgejkihjpfolmimbhnnkapojk
官方URL https://chromewebstore.google.com/detail/sidekick-chatgpt-on-every/mekgchhcgejkihjpfolmimbhnnkapojk
简介 An AI assistant for your daily tasks
文件大小 34.19 MB
安装次数 67
当前版本 1.0.1
更新时间 2023-04-04
上架时间 2023-03-25
评分 5.00/5 共1次评分
开发者 Zigg
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://zigg.app/extension/privacy-policy
支持的语言 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"
    ]
}