CopyAI

CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…

Wat is CopyAI?

CopyAI is een Chrome-extensie ontwikkeld door http://copy.ai, en de belangrijkste functie is "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CopyAI

Download CopyAI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep learning capabilities that enable you to truly understand your customers' desires. It will help you with relevant messaging, creative concepts, and more.

You simply describe your product and then it will handle the rest. No more tedious and painstaking research or laborious copywriting – just great ads!

Break through writer's block and generate more unique ad ideas than ever before.                    

Basisinformatie over de Extensie

Naam CopyAI CopyAI
ID ndcfkhnillkemeiadipdbbeiagoajcel
Officiële URL https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel
Beschrijving CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
Bestandsgrootte 1.36 MB
Aantal Installaties 11,395
Huidige Versie 0.0.5
Laatst Bijgewerkt 2023-01-16
Publicatiedatum 2020-11-08
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar http://copy.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.copy.ai
Help Pagina-URL https://www.copy.ai/contact-us
URL van de Privacybeleid Pagina https://www.copy.ai/privacy-notice
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyAI",
    "version": "0.0.5",
    "background": {
        "scripts": [
            ".\/bg.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/16icon.png",
        "48": "assets\/48icon.png",
        "128": "assets\/128icon.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google.com https:\/\/www.gstatic.com 'unsafe-eval'; object-src 'self' https:\/\/apis.google.com https:\/\/www.google.com https:\/\/www.gstatic.com",
    "permissions": [
        "https:\/\/apis.google.com\/js\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.copy.ai\/*"
        ]
    }
}