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 |
官方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" ] } ] } |