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
官方網址 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": [
        ""
    ]
}