prompt-enhancer-utility

This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.

prompt-enhancer-utility란 무엇입니까?

prompt-enhancer-utility은(는) Gabriel Lopez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

prompt-enhancer-utility 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The goal of this application is to provide a place for users of services like ChatGPT or Dalle to improve the quality of their prompts. These types of services are only as good as what is being asked of them hence why I think it is essential to find ways to improve how we interact with these services. This is achieved using 2 flows:  asking questions then rewriting the prompt and providing feedback then grade.                    

확장 프로그램 기본 정보

이름 prompt-enhancer-utility prompt-enhancer-utility
ID paeabaeflblfeokdlnemjklehflnnolm
공식 URL https://chromewebstore.google.com/detail/prompt-enhancer-utility/paeabaeflblfeokdlnemjklehflnnolm
설명 This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.
파일 크기 158 KB
설치 횟수 38
현재 버전 1.0.0
최근 업데이트 2023-02-07
출시 날짜 2023-02-06
개발자 Gabriel Lopez
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
도움말 페이지 URL http://prompt-enhancer-utility-privacy-policy.s3-website-us-west-1.amazonaws.com/
개인정보 보호 정책 페이지 URL http://socrates-privacy-policy-online.s3-website-us-west-1.amazonaws.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This uses Gpt3 to complete 2 flows. Ask questions then rewrite prompt and provide feedback then grade.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "prompt-enhancer-utility",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon-32.png"
    },
    "icons": {
        "128": "favicon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "favicon-32.png"
            ],
            "matches": []
        }
    ]
}