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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform"।

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

screenshot

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

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

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

                        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
आधिकारिक URL 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"
        ]
    }
}