Copymatic - AI Content Writer & Chat
Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.
Τι είναι το Copymatic - AI Content Writer & Chat;
Το Copymatic - AI Content Writer & Chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://copymatic.ai, και η κύρια λειτουργία του είναι "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Copymatic - AI Content Writer & Chat
Λήψη αρχείων επέκτασης Copymatic - AI Content Writer & Chat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | modeefeajikkojffpopclhklkkoodamc |
| Επίσημο URL | https://chromewebstore.google.com/detail/copymatic-ai-content-writ/modeefeajikkojffpopclhklkkoodamc |
| Περιγραφή | Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI. |
| Μέγεθος Αρχείου | 136 KB |
| Αριθμός Εγκαταστάσεων | 8,458 |
| Τρέχουσα Έκδοση | 1.2 |
| Τελευταία Ενημέρωση | 2023-02-08 |
| Ημερομηνία Δημοσίευσης | 2022-12-08 |
| Αξιολόγηση | 4.79/5 Συνολικά 157 Αξιολογήσεις |
| Προγραμματιστής | https://copymatic.ai |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://copymatic.ai |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://help.copymatic.ai/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://copymatic.ai/privacy-policy |
| Υποστηριζόμενες Γλώσσες | 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"
]
}
]
} | |