CopyAI

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

CopyAI là gì?

CopyAI là một tiện ích mở rộng Chrome được phát triển bởi http://copy.ai, và tính năng chính của nó là "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CopyAI

Tải xuống các tệp mở rộng CopyAI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CopyAI CopyAI
ID ndcfkhnillkemeiadipdbbeiagoajcel
URL Chính Thức https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel
Mô tả CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
Kích Thước Tệp 1.36 MB
Số Lần Cài Đặt 11,395
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2023-01-16
Ngày Phát Hành 2020-11-08
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://copy.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.copy.ai
URL Trang Trợ Giúp https://www.copy.ai/contact-us
URL Trang Chính Sách Bảo Mật https://www.copy.ai/privacy-notice
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}