UserVitals:Better products with user feedback

Build better products with customer feedback. Collect and organize feedback in one place to inform your product decisions.

UserVitals:Better products with user feedbackคืออะไร?

UserVitals:Better products with user feedback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uservitalshq.com และคุณลักษณะหลักของมันคือ "Build better products with customer feedback. Collect and organize feedback in one place to inform your product decisions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UserVitals:Better products with user feedback

ดาวน์โหลดไฟล์ส่วนขยาย UserVitals:Better products with user feedback ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The UserVitals Chrome extension allows you to save customer feedback from any web page and send it to UserVitals as a customer insight. Compatible with all browser-based tools to allow for quick highlight & capture.

How it works - Highlight the feedback you want to capture and click the UserVitals chrome extension icon. UserVitals should be able to detect which customer this feedback is coming from for supported apps such as Intercom, Helpscout, Zendesk, Gmail, and more in just one click. 

Capture insights from customer conversations in a few clicks, from any web-based tool your team is already using. Sales, support, and success teams have frontline access to customer feedback that they often find difficult to process, route, and deliver to the product team. Valuable customer insight often slips through the cracks. UserVitals provides internal customer-facing teams with a simple, non-disruptive mechanism to deliver customer insights directly to the product team. 

UserVitals can be used as an internal tool feedback management tool, but still allow customers to interact with their history of feedback, or it can be used publicly by publishing a product roadmap and changelog. 

Never lose sight of common feature requests, ideas, and pain points that come through customer channels. Easily see what matters to your customers and why, with all context at hand, and inform your product decisions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UserVitals:Better products with user feedback UserVitals:Better products with user feedback
ID eoipbjkbjibomjagpebeeobgcnmglipo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uservitalsbetter-products/eoipbjkbjibomjagpebeeobgcnmglipo
คำอธิบาย Build better products with customer feedback. Collect and organize feedback in one place to inform your product decisions.
ขนาดไฟล์ 284 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2022-05-21
วันที่เผยแพร่ 2021-03-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://uservitalshq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://uservitalshq.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.uservitalshq.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UserVitals:Better products with user feedback",
    "author": "UserVitals",
    "description": "Build better products with customer feedback. Collect and organize feedback in one place to inform your product decisions.",
    "version": "1.1.5",
    "icons": {
        "128": "logo128x128.png",
        "48": "logo48x48.png",
        "16": "logo16x16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/app.uservitalshq.com\/api\/graphql",
        "https:\/\/api.uservitalshq.com\/graphql"
    ]
}