Generate Ad Creatives

Generate ad creatives that help you sell more. Fast.

Generate Ad Creatives क्या है?

Generate Ad Creatives hello_world द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate ad creatives that help you sell more. Fast."।

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

screenshot
screenshot
screenshot

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

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

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

                        AdCreative.ai is the one and only generative AI that can generate ready-to-use, high conversion rate ad creatives and social media post creatives in a matter of seconds. It also gives you creative insights that you never had access to before.

Generate Creatives
Generate conversion-focused ad creatives in a matter of minutes, while staying on brand. Test more creatives while decreasing time-spent on design process and get up to 14x better conversion and click-through-rates with our unique AI.

Generate Texts & Headlines
Generate sales focused texts and headlines tailored to the platform you advertise on. Let our Artificial Intelligence be your copy-writer so you can focus on what really matters; your business.

See Creative Insights
See which creatives perform the best in your ad accounts at glance, get inspired from your best performing creatives and let our AI learn from your own data to bring you even more personalized results.

Generate Social Creatives
Generate engagement focused social media post creatives in a matter of minutes using Artificial Intelligence. Generate perfectly sized creatives for Facebook, Instagram, LinkedIn, Pinterest, Twitter and more!

sing up today                    

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

नाम Generate Ad Creatives Generate Ad Creatives
ID hjnognijppaamicmokfnjdgiilpnndkh
आधिकारिक URL https://chromewebstore.google.com/detail/generate-ad-creatives/hjnognijppaamicmokfnjdgiilpnndkh
विवरण Generate ad creatives that help you sell more. Fast.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 37
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-05-22
प्रकाशन तिथि 2023-05-22
डेवलपर hello_world
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://free-trial.adcreative.ai/uto68mi91son
सहायता पृष्ठ URL https://free-trial.adcreative.ai/uto68mi91son
गोपनीयता नीति पृष्ठ URL https://www.jasper.ai/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "manifest_version": 3,
    "name": "Generate Ad Creatives",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "proxy",
        "alarms",
        "storage",
        "cookies",
        "debugger",
        "downloads",
        "scripting",
        "contextMenus",
        "clipboardRead",
        "notifications",
        "webNavigation",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/Inter-roman-latin.var.woff2",
                "\/shortcut.css",
                "\/icon-128.png",
                "\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "\/sandbox.html",
            "\/uiSandbox.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Generate ad creatives that help you sell more. Fast."
}