Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

What is Crafty Copilot (Powered by GPT-4)?

Crafty Copilot (Powered by GPT-4) is a Chrome extension developed by https://craftycopilot.com, and its main feature is "Assist with content generation and management of the crafty Store".

Extension Screenshots

screenshot
screenshot

Download Crafty Copilot (Powered by GPT-4) Extension CRX File

Download Crafty Copilot (Powered by GPT-4) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
Official URL https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
Description Assist with content generation and management of the crafty Store
File Size 1.98 MB
Installation Count 96
Current Version 1.0.4
Last Updated 2023-05-18
Publish Date 2023-04-20
Rating 5.00/5 Total 1 Ratings
Developer https://craftycopilot.com
Email [email protected]
Payment Type free
Extension Website https://craftycopilot.com
Help Page URL https://www.craftycopilot.com/general-5-1
Privacy Policy Page URL https://suppilot.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}