Helper AI

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

What is Helper AI?

Helper AI is a Chrome extension developed by alisolanki123, and its main feature is "Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.".

Extension Screenshots

screenshot
screenshot

Download Helper AI Extension CRX File

Download Helper AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Helper AI Helper AI
ID dajfdekonilgjmmkfejomdibnicoeagf
Official URL https://chromewebstore.google.com/detail/helper-ai/dajfdekonilgjmmkfejomdibnicoeagf
Description Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.
File Size 14.17 KB
Installation Count 91
Current Version 1.0
Last Updated 2023-04-04
Publish Date 2023-04-04
Rating 5.00/5 Total 1 Ratings
Developer alisolanki123
Email [email protected]
Payment Type in_app
Extension Website https://helper-ai.alisolanki.com
Help Page URL https://helper-ai.alisolanki.com
Privacy Policy Page URL https://showworld.alisolanki.com/privacy-policy.html
Supported Languages 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": [
        ""
    ]
}