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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}