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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copymatic - AI Content Writer & Chat |
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" ] } ] } |