ChatGPT AI Assistant

ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…

Qu'est-ce que ChatGPT AI Assistant ?

ChatGPT AI Assistant est une extension Chrome développée par Abhisek Sinha, et sa fonction principale est "ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT AI Assistant

Téléchargez les fichiers d'extension ChatGPT AI Assistant 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

                        ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and accurate answers to questions right in your browser window, eliminating the need to switch pages. This extension covers information search, quick calculations, and text translation.

With natural language processing, ChatGPT AI Assistant quickly understands your inquiries and provides concise answers, saving you time. Whether you're a student, professional, or web enthusiast, this extension makes browsing faster and more efficient.

Personalize the extension to fit your preferences and quickly access frequently used information and tools. Stay up to date with regular updates and improvements for the best browsing experience.

Experience a powerful and user-friendly browsing tool with ChatGPT AI Assistant Chrome Extension. Upgrade your browsing today.                    

Informations de Base sur l'Extension

Nom ChatGPT AI Assistant ChatGPT AI Assistant
ID flifobnepbjamcpjnhdkhbbpfocpcddf
URL Officiel https://chromewebstore.google.com/detail/chatgpt-ai-assistant/flifobnepbjamcpjnhdkhbbpfocpcddf
Description ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…
Taille du Fichier 7.84 KB
Nombre d'Installations 603
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-02-16
Date de Publication 2023-02-16
Développeur Abhisek Sinha
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT AI Assistant",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}