Product Feedback Collector

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

O que é Product Feedback Collector?

Product Feedback Collector é uma extensão do Chrome desenvolvida por https://getthematic.com, e sua principal característica é "Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Product Feedback Collector

Baixe arquivos de extensão Product Feedback Collector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Product Feedback Collector Product Feedback Collector
ID hlipbnepakbgaklolfdllblgphgdimap
URL Oficial https://chromewebstore.google.com/detail/product-feedback-collecto/hlipbnepakbgaklolfdllblgphgdimap
Descrição Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform
Tamanho do Arquivo 13.93 KB
Contagem de Instalações 54
Versão Atual 0.0.3
Última Atualização 2023-09-04
Data de Publicação 2020-09-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://getthematic.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}