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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |