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によって開発されたChromeの拡張機能で、その主な機能は「Collects product feedback by presenting a form. The form itself can be created in Google Forms or any other survey platform」です。
拡張機能のスクリーンショット
Product Feedback Collector拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } } |