Copymatic - AI Content Writer & Chat
Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.
Cos'è Copymatic - AI Content Writer & Chat?
Copymatic - AI Content Writer & Chat è un'estensione di Chrome sviluppata da https://copymatic.ai, e la sua funzione principale è "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copymatic - AI Content Writer & Chat
Scarica i file di estensione Copymatic - AI Content Writer & Chat 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
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | modeefeajikkojffpopclhklkkoodamc |
| URL Ufficiale | https://chromewebstore.google.com/detail/copymatic-ai-content-writ/modeefeajikkojffpopclhklkkoodamc |
| Descrizione | Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI. |
| Dimensione del File | 136 KB |
| Conteggio Installazioni | 8,458 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-02-08 |
| Data di Pubblicazione | 2022-12-08 |
| Valutazione | 4.79/5 Totale 157 Valutazioni |
| Sviluppatore | https://copymatic.ai |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://copymatic.ai |
| URL della Pagina di Aiuto | https://help.copymatic.ai/ |
| URL della Pagina della Politica sulla Privacy | https://copymatic.ai/privacy-policy |
| Lingue Supportate | 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"
]
}
]
} | |