Product Wingman

AI-Powered tool for Product Managers, using GPT-3.5

O que é Product Wingman?

Product Wingman é uma extensão do Chrome desenvolvida por https://productwingman.com, e sua principal característica é "AI-Powered tool for Product Managers, using GPT-3.5".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Product Wingman

Baixe arquivos de extensão Product Wingman 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

                        Product Wingman is an AI assistant helping Product Managers, Product Owners and Business Analysts to be more creative & productive at the same time.

You can for example generate ideas, write user stories or craft go-to-market strategies. And best of all, you can chat with our AI PM and discuss any product-related matter. He is based on product masterminds like Steve Jobs and super knowledgeable.                    

Informações Básicas da Extensão

Nome Product Wingman Product Wingman
ID kgggmpenidfaelpnddcncjgbkcbikhmc
URL Oficial https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc
Descrição AI-Powered tool for Product Managers, using GPT-3.5
Tamanho do Arquivo 141 KB
Contagem de Instalações 83
Versão Atual 1.3.1
Última Atualização 2024-01-03
Data de Publicação 2023-01-21
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://productwingman.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://productwingman.com
URL da Página de Ajuda https://pmwingman.com/?page_id=790
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Wingman",
    "version": "1.3.1",
    "description": "AI-Powered tool for Product Managers, using GPT-3.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "width": 1220,
        "height": 1500
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "icons": {
        "128": "PW_violet_Icon.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.json"
            ],
            "extension_ids": [
                "glgfecgeifimnhhlcippbfmgncjpcgcb",
                "kgggmpenidfaelpnddcncjgbkcbikhmc",
                "jbdllfjfidjkenhjhpfhiiljipfiifjg"
            ]
        }
    ]
}