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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |