GPTzign

Marketing prompt generator for ChatGPT

GPTzignとは何ですか?

GPTzignはyouzignによって開発されたChromeの拡張機能で、その主な機能は「Marketing prompt generator for ChatGPT」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

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