Ads GPT

Elevate your advertising game.

Ads GPT क्या है?

Ads GPT Omar Diop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elevate your advertising game."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ads GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ads GPT is an open-source extension that helps professionals and entrepreneurs create compelling and targeted Facebook ads with ease and speed.

With Ads GPT, you can generate variations of headlines and body text based on your product or service description. Its intuitive interface and ability to generate engaging and targeted ads will help you improve your presence on Facebook and reach your audience more efficiently.

The project is open source, and we welcome anyone who wants to contribute to its improvement. If you encounter problems or have ideas for improving Ads GPT, we invite you to report any issues or participate in discussions on GitHub.

We are always looking for contributors to make Ads GPT even more powerful and useful, so don't hesitate to contribute. You can find the link in the store page or directly in the extension.                    

एक्सटेंशन की मूल जानकारी

नाम Ads GPT Ads GPT
ID aibbpmomnbjamgdcaoniigdlfdcopclb
आधिकारिक URL https://chromewebstore.google.com/detail/ads-gpt/aibbpmomnbjamgdcaoniigdlfdcopclb
विवरण Elevate your advertising game.
फ़ाइल का आकार 54.91 KB
स्थापना संख्या 293
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2023-04-05
प्रकाशन तिथि 2023-02-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Omar Diop
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/omar-diop/ads-gpt
सहायता पृष्ठ URL https://github.com/omar-diop/ads-gpt/issues
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "Omar Diop",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.4",
    "manifest_version": 3,
    "background.service_worker": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "\/src\/popup.html",
        "default_icon": {
            "48": "\/src\/assets\/icons\/48.png",
            "128": "\/src\/assets\/icons\/128.png"
        }
    },
    "icons": {
        "48": "\/src\/assets\/icons\/48.png",
        "128": "\/src\/assets\/icons\/128.png"
    }
}