Helper AI

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

Helper AI क्या है?

Helper AI alisolanki123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Helper AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://helper-ai.alisolanki.com
गोपनीयता नीति पृष्ठ URL 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": [
        ""
    ]
}