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…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CopyAI
قم بتنزيل ملفات الامتداد CopyAI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | https://www.copy.ai/contact-us |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } } |