Product Wingman

AI-Powered tool for Product Managers, using GPT-3.5

Qu'est-ce que Product Wingman ?

Product Wingman est une extension Chrome développée par https://productwingman.com, et sa fonction principale est "AI-Powered tool for Product Managers, using GPT-3.5".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Product Wingman

Téléchargez les fichiers d'extension Product Wingman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Product Wingman Product Wingman
ID kgggmpenidfaelpnddcncjgbkcbikhmc
URL Officiel https://chromewebstore.google.com/detail/product-wingman/kgggmpenidfaelpnddcncjgbkcbikhmc
Description AI-Powered tool for Product Managers, using GPT-3.5
Taille du Fichier 141 KB
Nombre d'Installations 83
Version Actuelle 1.3.1
Dernière Mise à Jour 2024-01-03
Date de Publication 2023-01-21
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://productwingman.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://productwingman.com
URL de la Page d'Aide https://pmwingman.com/?page_id=790
Langues Prises en Charge 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"
            ]
        }
    ]
}