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
Eメール [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"
    ]
}