Helper AI

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

Cos'è Helper AI?

Helper AI è un'estensione di Chrome sviluppata da alisolanki123, e la sua funzione principale è "Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Helper AI

Scarica i file di estensione Helper AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Helper AI Helper AI
ID dajfdekonilgjmmkfejomdibnicoeagf
URL Ufficiale https://chromewebstore.google.com/detail/helper-ai/dajfdekonilgjmmkfejomdibnicoeagf
Descrizione Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.
Dimensione del File 14.17 KB
Conteggio Installazioni 91
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-04
Data di Pubblicazione 2023-04-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore alisolanki123
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://helper-ai.alisolanki.com
URL della Pagina di Aiuto https://helper-ai.alisolanki.com
URL della Pagina della Politica sulla Privacy https://showworld.alisolanki.com/privacy-policy.html
Lingue Supportate 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": [
        ""
    ]
}