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 |
官方網址 | 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\/*" ] } } |