ChatSider:Free ChatGPT Assistant(GPT4)

GPT Assistant is an intelligence assistant that you can use in any website. Use OpenAI ChatGPT to realize writing, translation, etc.

Qu'est-ce que ChatSider:Free ChatGPT Assistant(GPT4) ?

ChatSider:Free ChatGPT Assistant(GPT4) est une extension Chrome développée par Allen Alexis, et sa fonction principale est "GPT Assistant is an intelligence assistant that you can use in any website. Use OpenAI ChatGPT to realize writing, translation, etc.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatSider:Free ChatGPT Assistant(GPT4)

Téléchargez les fichiers d'extension ChatSider:Free ChatGPT Assistant(GPT4) 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

                        The ChatGPT Sidebar, while browsing any website, provides you with the following top 5 benefits. ChatGPT is a product of OpenAI.
  1️⃣ Powerful Sidebar
       ✅ ChatGPT Translator 
       ✅ ChatGPT Dictionary 
       ✅ Grammar Check 
       ✅ Customizable Prompts 
  2️⃣ Quick Lookup Window:
       ✅ Quick Access to Definition of Selected Text  
       ✅ Easy to Toggle On/Off 
  3⃣️Web Access
  4⃣️ Enhanced Search Page
       ✅ Customizable Prompts
       ✅ Support for All Popular Search Engines (Google, Bing, DuckDuckGo, etc.)
  5⃣️ Many features to enhance your reading and optimize your writing
  6⃣️ Ease of use
Details description:
With ChatGPT Assistant, you can write, translate, code, summarize, rewrite, explain or reply to any text with one click, even including professional codes and core industry knowledge, without logging into your ChatGPT(OpenAI) account. We run as fast as ChatGPT Plus.                    

Informations de Base sur l'Extension

Nom ChatSider:Free ChatGPT Assistant(GPT4) ChatSider:Free ChatGPT Assistant(GPT4)
ID nnadblfkldnlfoojndefddknlhmibjme
URL Officiel https://chromewebstore.google.com/detail/chatsiderfree-chatgpt-ass/nnadblfkldnlfoojndefddknlhmibjme
Description GPT Assistant is an intelligence assistant that you can use in any website. Use OpenAI ChatGPT to realize writing, translation, etc.
Taille du Fichier 5.57 MB
Nombre d'Installations 1,536
Version Actuelle 1.0.18
Dernière Mise à Jour 2023-12-28
Date de Publication 2022-12-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur Allen Alexis
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://extensiondock.com/privacy
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/new_ico.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/new_ico.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/chat.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/wenku.baidu.com\/*",
                "https:\/\/www.doc88.com\/*",
                "https:\/\/www.docin.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/kodepay.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/getKodePayEmail.js"
            ],
            "matches": [
                "https:\/\/checkout.stripe.com\/c\/pay\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "version": "1.0.18",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/normal.js",
                "js\/docText.js",
                "chat.html",
                "pay.html",
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/newcopy\/nnadblfkldnlfoojndefddknlhmibjme?utm_medium=extension&utm_source=newcopy"
}