CopyAI
CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
Vad är CopyAI?
CopyAI är en Chrome-tillägg utvecklad av http://copy.ai, och dess huvudfunktion är "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…".
Tilläggsskärmbilder
Ladda ner CopyAI-förlängningens CRX-fil
Ladda ner CopyAI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ndcfkhnillkemeiadipdbbeiagoajcel |
Officiell webbadress | https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel |
Beskrivning | CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep… |
Filstorlek | 1.36 MB |
Antal Installationer | 11,395 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2023-01-16 |
Publiceringsdatum | 2020-11-08 |
Betyg | 4.78/5 Totalt 9 Betyg |
Utvecklare | http://copy.ai |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.copy.ai |
Hjälpsida URL | https://www.copy.ai/contact-us |
URL till Sekretesspolicy Sidan | https://www.copy.ai/privacy-notice |
Stödda Språk | 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\/*" ] } } |