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 |
Eメール | [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" ] } ] } |