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開發的Chrome擴展程式,該擴展的主要功能是“The all-in-one product management tool for teams striving to make products that matter.”。

擴展截圖

screenshot
screenshot
screenshot

下載productboard: Make products that matter擴展crx文件

下載productboard: Make products that matter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}