CopyAI
CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
Cos'è CopyAI?
CopyAI è un'estensione di Chrome sviluppata da http://copy.ai, e la sua funzione principale è "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CopyAI
Scarica i file di estensione CopyAI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ndcfkhnillkemeiadipdbbeiagoajcel |
URL Ufficiale | https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel |
Descrizione | CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep… |
Dimensione del File | 1.36 MB |
Conteggio Installazioni | 11,395 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2023-01-16 |
Data di Pubblicazione | 2020-11-08 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | http://copy.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.copy.ai |
URL della Pagina di Aiuto | https://www.copy.ai/contact-us |
URL della Pagina della Politica sulla Privacy | https://www.copy.ai/privacy-notice |
Lingue Supportate | 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\/*" ] } } |