Copymatic - AI Content Writer & Chat
Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.
O que é Copymatic - AI Content Writer & Chat?
Copymatic - AI Content Writer & Chat é uma extensão do Chrome desenvolvida por https://copymatic.ai, e sua principal característica é "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copymatic - AI Content Writer & Chat
Baixe arquivos de extensão Copymatic - AI Content Writer & Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Install Copymatic extension and unlock the power of AI writing across the web. ⚡ Generate text in seconds with AI and save hours of work. 🤖 Custom commands allow you to generate any type of content and anywhere you need it most. 💬 Unlock the power of CopyChat (ChatGPT with superpowers) across the web 🚀 Get access to 80+ AI writing tools on the fly: Blog Content SEO Email Writing Copywriting Paraphrasing Social Media Posts & Ads And many more!
Informações Básicas da Extensão
Nome | Copymatic - AI Content Writer & Chat |
ID | modeefeajikkojffpopclhklkkoodamc |
URL Oficial | https://chromewebstore.google.com/detail/copymatic-ai-content-writ/modeefeajikkojffpopclhklkkoodamc |
Descrição | Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI. |
Tamanho do Arquivo | 136 KB |
Contagem de Instalações | 8,458 |
Versão Atual | 1.2 |
Última Atualização | 2023-02-08 |
Data de Publicação | 2022-12-08 |
Classificação | 4.79/5 Total de 157 Avaliações |
Desenvolvedor | https://copymatic.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://copymatic.ai |
URL da Página de Ajuda | https://help.copymatic.ai/ |
URL da Página de Política de Privacidade | https://copymatic.ai/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copymatic - AI Content Writer & Chat", "version": "1.2", "description": "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.", "manifest_version": 3, "author": "Copymatic", "permissions": [ "activeTab", "storage", "clipboardWrite" ], "externally_connectable": { "accept_tls_channel_id": true, "matches": [ "https:\/\/*.copymatic.ai\/*" ] }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "css": [], "js": [ "jquery.js", "contents.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "copymatic16.png", "48": "copymatic48.png", "128": "copymatic128.png" }, "action": { "default_popup": "index.html", "default_title": "Copymatic" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "copymatic-icon.svg", "ai_pattern4.svg", "screenshot.jpg" ] } ] } |