SideChat - The fastest way to use ChatGPT

The fastest way to use ChatGPT

Wat is SideChat - The fastest way to use ChatGPT?

SideChat - The fastest way to use ChatGPT is een Chrome-extensie ontwikkeld door https://sidechat.ai, en de belangrijkste functie is "The fastest way to use ChatGPT".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SideChat - The fastest way to use ChatGPT

Download SideChat - The fastest way to use ChatGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SideChat - The fastest way to use ChatGPT SideChat - The fastest way to use ChatGPT
ID jocbiknfgjbpgejhmcnkcjhgfnkijdji
Officiële URL https://chromewebstore.google.com/detail/sidechat-the-fastest-way/jocbiknfgjbpgejhmcnkcjhgfnkijdji
Beschrijving The fastest way to use ChatGPT
Bestandsgrootte 1.27 MB
Aantal Installaties 226
Huidige Versie 0.0.8
Laatst Bijgewerkt 2023-04-01
Publicatiedatum 2023-03-18
Ontwikkelaar https://sidechat.ai
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.sidechat.ai/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}