Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

Crafty Copilot (Powered by GPT-4)とは何ですか?

Crafty Copilot (Powered by GPT-4)はhttps://craftycopilot.comによって開発されたChromeの拡張機能で、その主な機能は「Assist with content generation and management of the crafty Store」です。

拡張機能のスクリーンショット

screenshot
screenshot

Crafty Copilot (Powered by GPT-4)拡張機能のCRXファイルをダウンロード

Crafty Copilot (Powered by GPT-4)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you want to save time and effort in communicating with your customers on Etsy? Look no further! Our new AI-Assist Chrome extension is designed to streamline your sales and support processes, giving you more time to focus on what you do best - creating and selling amazing products.                    

拡張機能の基本情報

名前 Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
公式URL https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
説明 Assist with content generation and management of the crafty Store
ファイルサイズ 1.98 MB
インストール数 96
現在のバージョン 1.0.4
最終更新日 2023-05-18
公開日 2023-04-20
評価 5.00/5 合計 1 レビュー
開発者 https://craftycopilot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://craftycopilot.com
ヘルプページのURL https://www.craftycopilot.com/general-5-1
プライバシーポリシーページのURL https://suppilot.com/privacy-policy
対応言語 en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}