Product Feedback Collector

Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform

什麼是Product Feedback Collector?

Product Feedback Collector是由https://getthematic.com開發的Chrome擴展程式,該擴展的主要功能是“Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform”。

擴展截圖

screenshot

下載Product Feedback Collector擴展crx文件

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

擴展使用說明

                        Product Feedback Collector helps your team collect feedback in the moment, directly in the browser.

The user highlights a piece of text on the webpage and the add-on automatically populates the form in the pop up..

How you can use it:
* Your sales people can share the relevant pieces of emails or CRM notes that contain customer feedback
* Your customer success can provide feedback on issues customers are facing
* Your user researcher team can select the relevant pieces of interviews that succinctly represent what the interview established

By only submitting the relevant pieces of text the noise gets cut out and only actual feedback is shared with the team.                    

擴展基本資訊

名稱 Product Feedback Collector Product Feedback Collector
ID hlipbnepakbgaklolfdllblgphgdimap
官方網址 https://chromewebstore.google.com/detail/product-feedback-collecto/hlipbnepakbgaklolfdllblgphgdimap
簡介 Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform
檔案大小 13.93 KB
安裝次數 54
目前版本 0.0.3
更新時間 2023-09-04
上架時間 2020-09-22
評分 5.00/5 共 2 次評分
開發者 https://getthematic.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Feedback Collector",
    "version": "0.0.3",
    "description": "Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform",
    "homepage_url": "https:\/\/getthematic.com",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "192": "logo.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo.png"
        },
        "default_title": "Send Feedback to Team"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}