Copymatic - AI Content Writer & Chat
Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.
Was ist Copymatic - AI Content Writer & Chat?
Copymatic - AI Content Writer & Chat ist eine Chrome-Erweiterung, die von https://copymatic.ai entwickelt wurde, und ihr Hauptmerkmal ist "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.".
Erweiterungsscreenshots
Copymatic - AI Content Writer & Chat-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copymatic - AI Content Writer & Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Copymatic - AI Content Writer & Chat |
ID | modeefeajikkojffpopclhklkkoodamc |
Offizielle URL | https://chromewebstore.google.com/detail/copymatic-ai-content-writ/modeefeajikkojffpopclhklkkoodamc |
Beschreibung | Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI. |
Dateigröße | 136 KB |
Installationsanzahl | 8,458 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-02-08 |
Veröffentlichungsdatum | 2022-12-08 |
Bewertung | 4.79/5 Insgesamt 157 Bewertungen |
Entwickler | https://copymatic.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://copymatic.ai |
Hilfeseite URL | https://help.copymatic.ai/ |
URL der Datenschutzrichtlinien-Seite | https://copymatic.ai/privacy-policy |
Unterstützte Sprachen | 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" ] } ] } |