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คืออะไร?

CopyAI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://copy.ai และคุณลักษณะหลักของมันคือ "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CopyAI

ดาวน์โหลดไฟล์ส่วนขยาย CopyAI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CopyAI CopyAI
ID ndcfkhnillkemeiadipdbbeiagoajcel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel
คำอธิบาย CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
ขนาดไฟล์ 1.36 MB
จำนวนการติดตั้ง 11,395
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-01-16
วันที่เผยแพร่ 2020-11-08
คะแนน 4.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://copy.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.copy.ai
URL หน้าช่วยเหลือ https://www.copy.ai/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://www.copy.ai/privacy-notice
ภาษาที่รองรับ 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\/*"
        ]
    }
}