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 |
官方網址 | 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" ] } ] } |