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 là gì?

Copymatic - AI Content Writer & Chat là một tiện ích mở rộng Chrome được phát triển bởi https://copymatic.ai, và tính năng chính của nó là "Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copymatic - AI Content Writer & Chat

Tải xuống các tệp mở rộng Copymatic - AI Content Writer & Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copymatic - AI Content Writer & Chat Copymatic - AI Content Writer & Chat
ID modeefeajikkojffpopclhklkkoodamc
URL Chính Thức https://chromewebstore.google.com/detail/copymatic-ai-content-writ/modeefeajikkojffpopclhklkkoodamc
Mô tả Copymatic Chrome Extension allows you to generate any type of content and anywhere you want with AI.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 8,458
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-02-08
Ngày Phát Hành 2022-12-08
Đánh Giá 4.79/5 Tổng số 157 Đánh Giá
Nhà Phát Triển https://copymatic.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://copymatic.ai
URL Trang Trợ Giúp https://help.copymatic.ai/
URL Trang Chính Sách Bảo Mật https://copymatic.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}