CopyAI
CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
Apa itu CopyAI?
CopyAI adalah ekstensi Chrome yang dikembangkan oleh http://copy.ai, dan fitur utamanya adalah "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CopyAI
Unduh file ekstensi CopyAI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ndcfkhnillkemeiadipdbbeiagoajcel |
URL Resmi | https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel |
Deskripsi | CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep… |
Ukuran File | 1.36 MB |
Jumlah Instalasi | 11,395 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2023-01-16 |
Tanggal Publikasi | 2020-11-08 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | http://copy.ai |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.copy.ai |
URL Halaman Bantuan | https://www.copy.ai/contact-us |
URL Halaman Kebijakan Privasi | https://www.copy.ai/privacy-notice |
Bahasa yang Didukung | 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\/*" ] } } |