Product Feedback Collector
Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform
Qu'est-ce que Product Feedback Collector ?
Product Feedback Collector est une extension Chrome développée par https://getthematic.com, et sa fonction principale est "Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Product Feedback Collector
Téléchargez les fichiers d'extension Product Feedback Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Product Feedback Collector |
ID | hlipbnepakbgaklolfdllblgphgdimap |
URL Officiel | https://chromewebstore.google.com/detail/product-feedback-collecto/hlipbnepakbgaklolfdllblgphgdimap |
Description | Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform |
Taille du Fichier | 13.93 KB |
Nombre d'Installations | 54 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2023-09-04 |
Date de Publication | 2020-09-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://getthematic.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |