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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}