Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

Was ist Crafty Copilot (Powered by GPT-4)?

Crafty Copilot (Powered by GPT-4) ist eine Chrome-Erweiterung, die von https://craftycopilot.com entwickelt wurde, und ihr Hauptmerkmal ist "Assist with content generation and management of the crafty Store".

Erweiterungsscreenshots

screenshot
screenshot

Crafty Copilot (Powered by GPT-4)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crafty Copilot (Powered by GPT-4)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
Offizielle URL https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
Beschreibung Assist with content generation and management of the crafty Store
Dateigröße 1.98 MB
Installationsanzahl 96
Aktuelle Version 1.0.4
Letztes Update 2023-05-18
Veröffentlichungsdatum 2023-04-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://craftycopilot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://craftycopilot.com
Hilfeseite URL https://www.craftycopilot.com/general-5-1
URL der Datenschutzrichtlinien-Seite https://suppilot.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}