Helper AI

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

Helper AIとは何ですか?

Helper AIはalisolanki123によって開発されたChromeの拡張機能で、その主な機能は「Use OpenAI's GPT-4 to generate text, translate languages, and write code on any website.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Helper AI拡張機能のCRXファイルをダウンロード

Helper AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        ""
    ]
}