Product Wingman
AI-Powered tool for Product Managers, using GPT-3.5
Product Wingmanคืออะไร?
Product Wingman เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://productwingman.com และคุณลักษณะหลักของมันคือ "AI-Powered tool for Product Managers, using GPT-3.5"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Wingman
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |