GPTzign

Marketing prompt generator for ChatGPT

GPTzign là gì?

GPTzign là một tiện ích mở rộng Chrome được phát triển bởi youzign, và tính năng chính của nó là "Marketing prompt generator for ChatGPT".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPTzign

Tải xuống các tệp mở rộng GPTzign dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPTzign GPTzign
ID imofefmmbpeobgdeodklbmdjbkkdbibp
URL Chính Thức https://chromewebstore.google.com/detail/gptzign/imofefmmbpeobgdeodklbmdjbkkdbibp
Mô tả Marketing prompt generator for ChatGPT
Kích Thước Tệp 36.25 KB
Số Lần Cài Đặt 1,020
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-02-27
Ngày Phát Hành 2023-02-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển youzign
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.gptzign.com
URL Trang Trợ Giúp https://youzign.crisp.help/en/category/gptzign-9pw66p/
URL Trang Chính Sách Bảo Mật https://youzign.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}