Helper AI

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

Co je Helper AI?

Helper AI je rozšíření Chrome vyvinuté alisolanki123, a jeho hlavní funkcí je „Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Helper AI

Stáhněte si soubory rozšíření Helper AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Helper AI Helper AI
ID dajfdekonilgjmmkfejomdibnicoeagf
Oficiální URL https://chromewebstore.google.com/detail/helper-ai/dajfdekonilgjmmkfejomdibnicoeagf
Popis Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.
Velikost souboru 14.17 KB
Počet instalací 91
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-04
Datum Vydání 2023-04-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář alisolanki123
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://helper-ai.alisolanki.com
URL Stránky Nápovědy https://helper-ai.alisolanki.com
URL Stránky Zásad Ochrany Soukromí https://showworld.alisolanki.com/privacy-policy.html
Podporované Jazyky 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": [
        ""
    ]
}