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 là gì?

Product Feedback Collector là một tiện ích mở rộng Chrome được phát triển bởi https://getthematic.com, và tính năng chính của nó là "Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Product Feedback Collector

Tải xuống các tệp mở rộng Product Feedback Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Product Feedback Collector Product Feedback Collector
ID hlipbnepakbgaklolfdllblgphgdimap
URL Chính Thức https://chromewebstore.google.com/detail/product-feedback-collecto/hlipbnepakbgaklolfdllblgphgdimap
Mô tả Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform
Kích Thước Tệp 13.93 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-09-04
Ngày Phát Hành 2020-09-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://getthematic.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}