GPTzign
Marketing prompt generator for ChatGPT
GPTzign क्या है?
GPTzign youzign द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Marketing prompt generator for ChatGPT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GPTzign एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |