Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

Cos'è Crafty Copilot (Powered by GPT-4)?

Crafty Copilot (Powered by GPT-4) è un'estensione di Chrome sviluppata da https://craftycopilot.com, e la sua funzione principale è "Assist with content generation and management of the crafty Store".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Crafty Copilot (Powered by GPT-4)

Scarica i file di estensione Crafty Copilot (Powered by GPT-4) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
URL Ufficiale https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
Descrizione Assist with content generation and management of the crafty Store
Dimensione del File 1.98 MB
Conteggio Installazioni 96
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-05-18
Data di Pubblicazione 2023-04-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://craftycopilot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://craftycopilot.com
URL della Pagina di Aiuto https://www.craftycopilot.com/general-5-1
URL della Pagina della Politica sulla Privacy https://suppilot.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}