ChatGPT Sidebar for Chrome

Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.

Qu'est-ce que ChatGPT Sidebar for Chrome ?

ChatGPT Sidebar for Chrome est une extension Chrome développée par GPTcore Studio, et sa fonction principale est "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT Sidebar for Chrome

Téléchargez les fichiers d'extension ChatGPT Sidebar for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        No wasting time anymore!
Use ChatGPT Sidebar to use ChatGPT in all tabs, instead of switching between browser tabs.

You need to have an OpenAI Account.                    

Informations de Base sur l'Extension

Nom ChatGPT Sidebar for Chrome ChatGPT Sidebar for Chrome
ID ofoglgkkfchhiomfffhgeeeklfbnncpf
URL Officiel https://chromewebstore.google.com/detail/chatgpt-sidebar-for-chrom/ofoglgkkfchhiomfffhgeeeklfbnncpf
Description Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.
Taille du Fichier 1.25 MB
Nombre d'Installations 228
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2023-09-11
Date de Publication 2023-09-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur GPTcore Studio
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gptcorestudio.netlify.app
URL de la Page de Politique de Confidentialité https://gptcorestudio.com/legal/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar for Chrome",
    "description": "Use ChatGPT in sidebar. You won't need to waste time swiching between ChatGPT and other tabs.",
    "version": "1.0.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "16": "\/assets\/images\/ChatGPTIcon.png",
        "48": "\/assets\/images\/ChatGPTIcon.png",
        "128": "\/assets\/images\/ChatGPTIcon.png"
    },
    "side_panel": {
        "default_path": "panel.html",
        "openPanelOnActionClick": true
    },
    "offline_enabled": true,
    "permissions": [
        "sidePanel"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/background.js"
            ]
        }
    ]
}