Product Hunt Benchmark

Instant product recommendations based on Product Hunt sentiment analysis.

Product Hunt Benchmark란 무엇입니까?

Product Hunt Benchmark은(는) Stas Kulesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant product recommendations based on Product Hunt sentiment analysis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Product Hunt Benchmark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⭐ Featured at Product Hunt and Voted Product of The Day

Find the best of the best products online. Based on Product Hunt sentiment analysis. http://phben.ch

PH Bench is using machine emotional intelligence to measure products reception at Product Hunt. A bunch of strongly worded comments can bring a mammoth product down. Powered by Product Hunt API, Google Cloud Natural Language API, somewhat tricky math, and common sense. PH Bench is free.

It ‘reads’ Product Hunt comments for us and, evaluating the rest of post info, gives a comprehensive 0-100 score.

PH Bench detects scams, dark UX patterns and arrogant CEOs. A bunch of strongly worded comments can bring a mammoth product down.

At first, I had an issue with Product Hunt hype. I come here to find the best product for my needs. Tons of products get a really good reception at the start. Everybody is, like, 'well done!', 'Good stuff!' A very supportive and positive community indeed.

However, sometimes later people who actually used the products come back and share some REAL LIFE experience with the product, which is not always that positive and super-exciting. These comments are golden! One nugget like that means more than a hundred of upvotes or ten exclamations to me.

When choosing from the list of related products I don't always have time to read all comments and see if of the hunters have anything against using the product in question.

That's why Sliday.com team built http://phben.ch 

Hype is easy to gain (buy in some cases), the launching comes naturally to many product owners. The real experience of the real customers is what matters the most.

Compare products, share your findings. PH Bench finds coupons and discounts, detects scams, dark UX patterns and arrogant CEOs. A bunch of strongly worded comments can bring a mammoth product down.                    

확장 프로그램 기본 정보

이름 Product Hunt Benchmark Product Hunt Benchmark
ID nikebmmhcdcbkgecdlbnplpoknfblhnn
공식 URL https://chromewebstore.google.com/detail/product-hunt-benchmark/nikebmmhcdcbkgecdlbnplpoknfblhnn
설명 Instant product recommendations based on Product Hunt sentiment analysis.
파일 크기 132 KB
설치 횟수 222
현재 버전 0.4.3
최근 업데이트 2017-10-19
출시 날짜 2017-10-19
평점 4.20/5 총 5 개의 평점
개발자 Stas Kulesh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://phben.cn
개인정보 보호 정책 페이지 URL http://sliday.com/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Hunt Benchmark",
    "short_name": "PH Bench",
    "description": "Instant product recommendations based on Product Hunt sentiment analysis.",
    "version": "0.4.3",
    "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
    "icons": {
        "184": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_name": "PH Bench",
        "default_icon": "[email protected]"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/phben.ch\/*",
        "http:\/\/lvh.me\/*",
        "tabs"
    ]
}