Product Wingman

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

Co to jest Product Wingman?

Product Wingman to rozszerzenie Chrome opracowane przez https://productwingman.com, a jego główną funkcją jest „AI-Powered tool for Product Managers, using GPT-3.5”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Product Wingman

Pobierz pliki rozszerzeń Product Wingman w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Product Wingman Product Wingman
ID kgggmpenidfaelpnddcncjgbkcbikhmc
Oficjalny URL https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc
Opis AI-Powered tool for Product Managers, using GPT-3.5
Rozmiar pliku 141 KB
Liczba instalacji 83
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2024-01-03
Data Publikacji 2023-01-21
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://productwingman.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://productwingman.com
Adres URL Strony Pomocy https://pmwingman.com/?page_id=790
Obsługiwane Języki 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"
            ]
        }
    ]
}