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!                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |