AskEngine ChatGPT3

AskEngine ChatGPT3 is a chrome extension that uses chatgpt3

ما هو AskEngine ChatGPT3؟

AskEngine ChatGPT3 هو إضافة Chrome تم تطويرها بواسطة http://askengine.xyz، والميزة الرئيسية لها هي "AskEngine ChatGPT3 is a chrome extension that uses chatgpt3".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة AskEngine ChatGPT3

قم بتنزيل ملفات الامتداد AskEngine ChatGPT3 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        AskEngine is a ChatGPT3 extension for quickly finding answers. The chrome extension utilizes the language capabilities of OpenAI's ChatGPT-3 model to provide a conversational interface for users. This allows users to interact with the model through text input, receiving natural language responses to their questions and requests. The extension can be used for a wide range of purposes, such as answering general knowledge questions, providing suggestions, or even assisting with specific tasks. The use of ChatGPT-3 ensures that the responses are human-like and informative, making the experience of using the extension intuitive and efficient.                    

معلومات أساسية عن التمديد

الاسم AskEngine ChatGPT3 AskEngine ChatGPT3
ID pljlcnlnddpfolamlallmjpooklnlplf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/askengine-chatgpt3/pljlcnlnddpfolamlallmjpooklnlplf
الوصف AskEngine ChatGPT3 is a chrome extension that uses chatgpt3
حجم الملف 699 KB
عدد التثبيتات 59
النسخة الحالية 1.10
آخر تحديث 2023-03-16
تاريخ النشر 2023-03-01
المطور http://askengine.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.askengine.xyz
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskEngine ChatGPT3",
    "description": "AskEngine ChatGPT3 is a chrome extension that uses chatgpt3",
    "version": "1.10",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArzncimxjLeWq5DrfqfoZKgCKX1J3e9v8y5FtwJzirGx0wseqZe87\/mBMzDK9QxGbSY8j7NdR2DWLcRwQEXy8raza3sz5EqlVTLHKydxZcQyE6VuQ4ILDLuJQk35abi8ZO2eI3os9ZkGomyHk1gqvsABIbaxYbisR1xSuvhk7\/vaJFyYSEx1b0z6b\/cqzRT7ARWEjEREACGb2EFfvn6moKwpgne79DEsXPUIRrO0lP0sb6hk+0zVso6rrf3gx6C1Y1Akaj6gDGvksW2RANw2\/gOPwY+0rKvlQ\/8w4O7+0MUwzxuy4rkUl3nhpVkDRQGKQTGHlIcJgOG7FpKWO6ANwMwIDAQAB",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "oauth2": {
        "client_id": "833719020934-e083ccr63gs2jvpagj8gtqtrvl7ie1cq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/askengine.xyz\/"
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}