GPTzign

Marketing prompt generator for ChatGPT

GPTzign란 무엇입니까?

GPTzign은(는) youzign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Marketing prompt generator for ChatGPT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GPTzign 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generate effective prompts for all of your marketing materials, including customer profiles, lead magnets, blog posts, emails, Facebook and Google ads, sales copy, sales videos, Twitter threads, YouTube videos, and more.

Here's how it works: simply input your product or service information and GPTzign will suggest the most effective prompts for your target audience.

You can tailor your prompts to fit your brand voice and style. Our constantly updated prompt database also ensure you'll always have access to the latest and most effective prompts.                    

확장 프로그램 기본 정보

이름 GPTzign GPTzign
ID imofefmmbpeobgdeodklbmdjbkkdbibp
공식 URL https://chromewebstore.google.com/detail/gptzign/imofefmmbpeobgdeodklbmdjbkkdbibp
설명 Marketing prompt generator for ChatGPT
파일 크기 36.25 KB
설치 횟수 1,020
현재 버전 0.1
최근 업데이트 2023-02-27
출시 날짜 2023-02-26
평점 5.00/5 총 2 개의 평점
개발자 youzign
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.gptzign.com
도움말 페이지 URL https://youzign.crisp.help/en/category/gptzign-9pw66p/
개인정보 보호 정책 페이지 URL https://youzign.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTzign",
    "description": "Marketing prompt generator for ChatGPT",
    "version": "0.1",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.gptzign.com\/",
    "background": {
        "service_worker": "js\/sw.js"
    },
    "action": {
        "default_title": "Click"
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.gptzign.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.gptzign.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "browsingData"
    ]
}