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은(는) https://uservitalshq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build better products with customer feedback. Collect and organize feedback in one place to inform your product decisions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

UserVitals:Better products with user feedback 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}