Product Wingman

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

Cos'è Product Wingman?

Product Wingman è un'estensione di Chrome sviluppata da https://productwingman.com, e la sua funzione principale è "AI-Powered tool for Product Managers, using GPT-3.5".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Product Wingman

Scarica i file di estensione Product Wingman 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Product Wingman Product Wingman
ID kgggmpenidfaelpnddcncjgbkcbikhmc
URL Ufficiale https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc
Descrizione AI-Powered tool for Product Managers, using GPT-3.5
Dimensione del File 141 KB
Conteggio Installazioni 83
Versione Corrente 1.3.1
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2023-01-21
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://productwingman.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://productwingman.com
URL della Pagina di Aiuto https://pmwingman.com/?page_id=790
Lingue Supportate 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"
            ]
        }
    ]
}