Copymatic - AI Content Writer & Chat
Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.
¿Qué es Copymatic - AI Content Writer & Chat?
Copymatic - AI Content Writer & Chat es una extensión de Chrome desarrollada por https://copymatic.ai, y su función principal es "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copymatic - AI Content Writer & Chat
Descarga archivos de extensión Copymatic - AI Content Writer & Chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Copymatic - AI Content Writer & Chat |
ID | modeefeajikkojffpopclhklkkoodamc |
URL Oficial | https://chromewebstore.google.com/detail/copymatic-ai-content-writ/modeefeajikkojffpopclhklkkoodamc |
Descripción | Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI. |
Tamaño del Archivo | 136 KB |
Cantidad de Instalaciones | 8,458 |
Versión Actual | 1.2 |
Última Actualización | 2023-02-08 |
Fecha de Publicación | 2022-12-08 |
Calificación | 4.79/5 Total de 157 Calificaciones |
Desarrollador | https://copymatic.ai |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://copymatic.ai |
URL de la Página de Ayuda | https://help.copymatic.ai/ |
URL de la Página de Política de Privacidad | https://copymatic.ai/privacy-policy |
Idiomas Soportados | 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" ] } ] } |