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 |
Eメール | [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\/*" ] } } |