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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
        ""
    ]
}