productboard: Make products that matter

The all-in-one product management tool for teams striving to make products that matter.

productboard: Make products that matter क्या है?

productboard: Make products that matter https://www.productboard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The all-in-one product management tool for teams striving to make products that matter."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में productboard: Make products that matter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        productboard is the all-in-one tool for product management that helps teams understand what users need, prioritize what to build next, and earn-buy in for their plans.

This extension lets you and your colleagues submit user insights (the gold nuggets found in user research & feedback) straight to productboard’s Research board.

GET STARTED:

1. Log in to your productboard project as an admin, editor, or contributor. (See user roles: http://bit.ly/pb-user-roles2)

2. Highlight text on any webpage, select the extension icon in your browser’s toolbar, and submit the insight. 

3. You can also select the extension icon without highlighting any text to write or paste insights free-form.

HELP:

We’re here for you. Use the in-app chat or write us at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम productboard: Make products that matter productboard: Make products that matter
ID mlpbdkpkicfkhgagnoamdcimmhdkakni
आधिकारिक URL https://chromewebstore.google.com/detail/productboard-make-product/mlpbdkpkicfkhgagnoamdcimmhdkakni
विवरण The all-in-one product management tool for teams striving to make products that matter.
फ़ाइल का आकार 154 KB
स्थापना संख्या 10,000
वर्तमान संस्करण v2.2
अंतिम अपडेट 2023-05-19
प्रकाशन तिथि 2020-03-23
रेटिंग 4.85/5 कुल 27 रेटिंग्स
डेवलपर https://www.productboard.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.productboard.com/
सहायता पृष्ठ URL https://help.productboard.com/integrations/install-the-productboard-extension-for-google-chrome
गोपनीयता नीति पृष्ठ URL https://legal.productboard.com/privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "2.2.9",
    "version_name": "v2.2",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.productboard.com",
    "offline_enabled": false,
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/[email protected]",
            "38": "images\/[email protected]"
        },
        "default_title": "productboard"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "activeTab",
        "https:\/\/*.productboard.com\/*",
        "https:\/\/*.productboard.info\/*",
        "https:\/\/*.pb1.dev\/*"
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-TAzBOCyLEM+jUWklwWDTY7gQ7YcWlqI9CFhBn6YtdxM=' https:\/\/*.google-analytics.com https:\/\/*.google.com https:\/\/use.typekit.net https:\/\/cdn.segment.com https:\/\/*.intercom.io https:\/\/*.intercomcdn.com https:\/\/*.mxpnl.com https:\/\/d26b395fwzu5fz.cloudfront.net https:\/\/*.keen.io; object-src 'self'"
}