SideChat - The fastest way to use ChatGPT

The fastest way to use ChatGPT

Apa itu SideChat - The fastest way to use ChatGPT?

SideChat - The fastest way to use ChatGPT adalah ekstensi Chrome yang dikembangkan oleh https://sidechat.ai, dan fitur utamanya adalah "The fastest way to use ChatGPT".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SideChat - The fastest way to use ChatGPT

Unduh file ekstensi SideChat - The fastest way to use ChatGPT 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

                        Sidechat is the fastest way to use ChatGPT

Use ChatGPT better, faster, and from everywhere with SideChat.

- everything you are used to from ChatGPT but inside any browser tab
- blazingly fast, access via one click or keystroke
- direct Interface to OpenAI's ChatGPT
- pick your own assistant type
- Quick Actions like "Summarize text"
- 100% privacy-friendly
- free-to-use
- works on any website
- dark and light themes                    

Informasi Dasar Ekstensi

Nama SideChat - The fastest way to use ChatGPT SideChat - The fastest way to use ChatGPT
ID jocbiknfgjbpgejhmcnkcjhgfnkijdji
URL Resmi https://chromewebstore.google.com/detail/sidechat-the-fastest-way/jocbiknfgjbpgejhmcnkcjhgfnkijdji
Deskripsi The fastest way to use ChatGPT
Ukuran File 1.27 MB
Jumlah Instalasi 226
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2023-04-01
Tanggal Publikasi 2023-03-18
Pengembang https://sidechat.ai
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.sidechat.ai/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.33d6b020.png",
        "32": "icon32.plasmo.27afc861.png",
        "48": "icon48.plasmo.8ba71e59.png",
        "64": "icon64.plasmo.3309652e.png",
        "128": "icon128.plasmo.218fa34e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.33d6b020.png",
            "32": "icon32.plasmo.27afc861.png",
            "48": "icon48.plasmo.8ba71e59.png",
            "64": "icon64.plasmo.3309652e.png",
            "128": "icon128.plasmo.218fa34e.png"
        }
    },
    "version": "0.0.8",
    "author": "Dennis Kortsch",
    "name": "SideChat - The fastest way to use ChatGPT",
    "description": "The fastest way to use ChatGPT",
    "background": {
        "service_worker": "background.f3daaf77.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.284d3b09.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "commands": {
        "show-content": {
            "suggested_key": {
                "default": "Ctrl+Y",
                "mac": "Command+E"
            },
            "description": "Open popup"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "main.33b84a85.css",
                "main.3ea489dc.png",
                "main.e351c7cf.png"
            ]
        }
    ]
}