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是由http://copy.ai开发的Chrome扩展程序,该扩展的主要功能是“CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…”。
扩展截图
下载CopyAI扩展crx文件
下载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.
扩展基本信息
名称 | |
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\/*" ] } } |