Helper AI

Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.

ما هو Helper AI؟

Helper AI هو إضافة Chrome تم تطويرها بواسطة alisolanki123، والميزة الرئيسية لها هي "Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Helper AI

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

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

                        Helper AI helps you use OpenAI's GPT-4 to generate text, translate languages and write code on any website.

To start, type "help:" and then write your query and end your query with ";". Helper AI will automatically read your query and generate text accordingly.

You can use it to write social media content, excel sheets, fill up forms, write code and even translate languages!

Works best with Twitter, LinkedIn, Instagram, Google Sheets, Facebook and much more!

Just plug your OpenAI's API key and start right off                    

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

الاسم Helper AI Helper AI
ID dajfdekonilgjmmkfejomdibnicoeagf
عنوان URL الرسمي https://chromewebstore.google.com/detail/helper-ai/dajfdekonilgjmmkfejomdibnicoeagf
الوصف Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.
حجم الملف 14.17 KB
عدد التثبيتات 91
النسخة الحالية 1.0
آخر تحديث 2023-04-04
تاريخ النشر 2023-04-04
تقييم 5.00/5 مجموع تقييمات 1
المطور alisolanki123
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://helper-ai.alisolanki.com
عنوان صفحة المساعدة https://helper-ai.alisolanki.com
عنوان صفحة سياسة الخصوصية https://showworld.alisolanki.com/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Helper AI",
    "version": "1.0",
    "description": "Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        ""
    ]
}