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是由https://copymatic.ai開發的Chrome擴展程式,該擴展的主要功能是“Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.”。
擴展截圖
下載Copymatic - AI Content Writer & Chat擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |