Product Hunt Benchmark

Instant product recommendations based on Product Hunt sentiment analysis.

Product Hunt Benchmarkคืออะไร?

Product Hunt Benchmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stas Kulesh และคุณลักษณะหลักของมันคือ "Instant product recommendations based on Product Hunt sentiment analysis."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Product Hunt Benchmark

ดาวน์โหลดไฟล์ส่วนขยาย Product Hunt Benchmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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