Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

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

Crafty Copilot (Powered by GPT-4) is een Chrome-extensie ontwikkeld door https://craftycopilot.com, en de belangrijkste functie is "Assist with content generation and management of the crafty Store".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Crafty Copilot (Powered by GPT-4)

Download Crafty Copilot (Powered by GPT-4)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
Officiële URL https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
Beschrijving Assist with content generation and management of the crafty Store
Bestandsgrootte 1.98 MB
Aantal Installaties 96
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-05-18
Publicatiedatum 2023-04-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://craftycopilot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://craftycopilot.com
Help Pagina-URL https://www.craftycopilot.com/general-5-1
URL van de Privacybeleid Pagina https://suppilot.com/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}