Crafty Copilot (Powered by GPT-4)

Assist with content generation and management of the crafty Store

O que é Crafty Copilot (Powered by GPT-4)?

Crafty Copilot (Powered by GPT-4) é uma extensão do Chrome desenvolvida por https://craftycopilot.com, e sua principal característica é "Assist with content generation and management of the crafty Store".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Crafty Copilot (Powered by GPT-4)

Baixe arquivos de extensão Crafty Copilot (Powered by GPT-4) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Crafty Copilot (Powered by GPT-4) Crafty Copilot (Powered by GPT-4)
ID ahdihljecapagjfjeiinjhpmmilgankb
URL Oficial https://chromewebstore.google.com/detail/crafty-copilot-powered-by/ahdihljecapagjfjeiinjhpmmilgankb
Descrição Assist with content generation and management of the crafty Store
Tamanho do Arquivo 1.98 MB
Contagem de Instalações 96
Versão Atual 1.0.4
Última Atualização 2023-05-18
Data de Publicação 2023-04-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://craftycopilot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://craftycopilot.com
URL da Página de Ajuda https://www.craftycopilot.com/general-5-1
URL da Página de Política de Privacidade https://suppilot.com/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}