Product Wingman
AI-Powered tool for Product Managers, using GPT-3.5
什么是Product Wingman?
Product Wingman是由https://productwingman.com开发的Chrome扩展程序,该扩展的主要功能是“AI-Powered tool for Product Managers, using GPT-3.5”。
扩展截图
下载Product Wingman扩展crx文件
下载Product Wingman扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Product Wingman |
ID | kgggmpenidfaelpnddcncjgbkcbikhmc |
官方URL | https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc |
简介 | AI-Powered tool for Product Managers, using GPT-3.5 |
文件大小 | 141 KB |
安装次数 | 83 |
当前版本 | 1.3.1 |
更新时间 | 2024-01-03 |
上架时间 | 2023-01-21 |
评分 | 5.00/5 共5次评分 |
开发者 | https://productwingman.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://productwingman.com |
帮助页面URL | https://pmwingman.com/?page_id=790 |
支持的语言 | 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" ] } ] } |