Product Wingman
AI-Powered tool for Product Managers, using GPT-3.5
Vad är Product Wingman?
Product Wingman är en Chrome-tillägg utvecklad av https://productwingman.com, och dess huvudfunktion är "AI-Powered tool for Product Managers, using GPT-3.5".
Tilläggsskärmbilder
Ladda ner Product Wingman-förlängningens CRX-fil
Ladda ner Product Wingman-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Product Wingman |
ID | kgggmpenidfaelpnddcncjgbkcbikhmc |
Officiell webbadress | https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc |
Beskrivning | AI-Powered tool for Product Managers, using GPT-3.5 |
Filstorlek | 141 KB |
Antal Installationer | 83 |
Aktuell Version | 1.3.1 |
Senast Uppdaterad | 2024-01-03 |
Publiceringsdatum | 2023-01-21 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://productwingman.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://productwingman.com |
Hjälpsida URL | https://pmwingman.com/?page_id=790 |
Stödda Språk | 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" ] } ] } |