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 - это расширение Chrome, разработанное https://getthematic.com, и его основная функция - "Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform".
Снимки экрана расширения
Скачать файл CRX расширения Product Feedback Collector
Скачайте файлы расширений 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 |
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" ] } } |