Product Wingman

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

What is Product Wingman?

Product Wingman is a Chrome extension developed by https://productwingman.com, and its main feature is "AI-Powered tool for Product Managers, using GPT-3.5".

Extension Screenshots

screenshot
screenshot
screenshot

Download Product Wingman Extension CRX File

Download Product Wingman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Product Wingman Product Wingman
ID kgggmpenidfaelpnddcncjgbkcbikhmc
Official URL https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc
Description AI-Powered tool for Product Managers, using GPT-3.5
File Size 141 KB
Installation Count 83
Current Version 1.3.1
Last Updated 2024-01-03
Publish Date 2023-01-21
Rating 5.00/5 Total 5 Ratings
Developer https://productwingman.com
Email [email protected]
Payment Type free
Extension Website https://productwingman.com
Help Page URL https://pmwingman.com/?page_id=790
Supported Languages 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"
            ]
        }
    ]
}