Generate Ad Creatives

Generate ad creatives that help you sell more. Fast.

Generate Ad Creatives란 무엇입니까?

Generate Ad Creatives은(는) hello_world에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate ad creatives that help you sell more. Fast."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Generate Ad Creatives 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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."
}