SideKick - ChatGPT on every website

An AI assistant for your daily tasks

Apa itu SideKick - ChatGPT on every website?

SideKick - ChatGPT on every website adalah ekstensi Chrome yang dikembangkan oleh Zigg, dan fitur utamanya adalah "An AI assistant for your daily tasks".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi SideKick - ChatGPT on every website

Unduh file ekstensi SideKick - ChatGPT on every website dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama SideKick - ChatGPT on every website SideKick - ChatGPT on every website
ID mekgchhcgejkihjpfolmimbhnnkapojk
URL Resmi https://chromewebstore.google.com/detail/sidekick-chatgpt-on-every/mekgchhcgejkihjpfolmimbhnnkapojk
Deskripsi An AI assistant for your daily tasks
Ukuran File 34.19 MB
Jumlah Instalasi 67
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-04-04
Tanggal Publikasi 2023-03-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Zigg
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://zigg.app/extension/privacy-policy
Bahasa yang Didukung 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"
    ]
}