SideKick - ChatGPT on every website

An AI assistant for your daily tasks

Qu'est-ce que SideKick - ChatGPT on every website ?

SideKick - ChatGPT on every website est une extension Chrome développée par Zigg, et sa fonction principale est "An AI assistant for your daily tasks".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension SideKick - ChatGPT on every website

Téléchargez les fichiers d'extension SideKick - ChatGPT on every website 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

                        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!                    

Informations de Base sur l'Extension

Nom SideKick - ChatGPT on every website SideKick - ChatGPT on every website
ID mekgchhcgejkihjpfolmimbhnnkapojk
URL Officiel https://chromewebstore.google.com/detail/sidekick-chatgpt-on-every/mekgchhcgejkihjpfolmimbhnnkapojk
Description An AI assistant for your daily tasks
Taille du Fichier 34.19 MB
Nombre d'Installations 67
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-04-04
Date de Publication 2023-03-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Zigg
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://zigg.app/extension/privacy-policy
Langues Prises en Charge 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"
    ]
}