Product Wingman
AI-Powered tool for Product Managers, using GPT-3.5
Co je Product Wingman?
Product Wingman je rozšíření Chrome vyvinuté https://productwingman.com, a jeho hlavní funkcí je „AI-Powered tool for Product Managers, using GPT-3.5“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Product Wingman
Stáhněte si soubory rozšíření Product Wingman ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Product Wingman |
ID | kgggmpenidfaelpnddcncjgbkcbikhmc |
Oficiální URL | https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc |
Popis | AI-Powered tool for Product Managers, using GPT-3.5 |
Velikost souboru | 141 KB |
Počet instalací | 83 |
Aktuální Verze | 1.3.1 |
Poslední Aktualizace | 2024-01-03 |
Datum Vydání | 2023-01-21 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | https://productwingman.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://productwingman.com |
URL Stránky Nápovědy | https://pmwingman.com/?page_id=790 |
Podporované Jazyky | 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" ] } ] } |