CopyAI

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

What is CopyAI?

CopyAI is a Chrome extension developed by http://copy.ai, and its main feature is "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…".

Extension Screenshots

screenshot
screenshot

Download CopyAI Extension CRX File

Download CopyAI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CopyAI CopyAI
ID ndcfkhnillkemeiadipdbbeiagoajcel
Official URL https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel
Description CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
File Size 1.36 MB
Installation Count 11,395
Current Version 0.0.5
Last Updated 2023-01-16
Publish Date 2020-11-08
Rating 4.78/5 Total 9 Ratings
Developer http://copy.ai
Email [email protected]
Payment Type free
Extension Website https://www.copy.ai
Help Page URL https://www.copy.ai/contact-us
Privacy Policy Page URL https://www.copy.ai/privacy-notice
Supported Languages 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\/*"
        ]
    }
}