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
电子邮箱 [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"
    ]
}