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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Copymatic - AI Content Writer & Chat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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