ReviewMeta.com Review Analyzer

See our adjusted rating directly as you shop on Amazon. Click our icon to open our full review analysis in a new tab.

ReviewMeta.com Review Analyzerคืออะไร?

ReviewMeta.com Review Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reviewmeta.com และคุณลักษณะหลักของมันคือ "See our adjusted rating directly as you shop on Amazon. Click our icon to open our full review analysis in a new tab."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReviewMeta.com Review Analyzer

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

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

                        ReviewMeta.com is a free web tool that analyzes millions of reviews and helps you decide which ones to trust.  Simply copy and paste any Amazon product URL into the search bar on ReviewMeta.com for a full analysis.

Our Chrome Extension (also available for Firefox) helps streamline this process by providing you with an adjusted rating for each product based only on the most trustworthy reviews, and displays it directly at the top of your browser.

Here's how it works:

Simply browse Amazon as normal.  When viewing a product, the extension will show the adjusted rating and color based on the authenticity of reviews.  If you'd like to see a detailed report, simple click the icon!

We help you weed out the biased or fake reviews and leave you with the most honest feedback.



--==EXPLANATION OF PERMISSIONS==--

"It can read and change your data on..."

 - Amazon.com/.ca/.co.uk/etc: The extension simply reads the current URL to figure out which product you are viewing so it can show you the corresponding data that we have on that product.

 - ReviewMeta.com: Simply tells our website to hide the notification about installing the extension since you obviously already have it installed!                    

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

ชื่อ ReviewMeta.com Review Analyzer ReviewMeta.com Review Analyzer
ID fjifglfkcaipnmhngbigdebkoikioend
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reviewmetacom-review-anal/fjifglfkcaipnmhngbigdebkoikioend
คำอธิบาย See our adjusted rating directly as you shop on Amazon. Click our icon to open our full review analysis in a new tab.
ขนาดไฟล์ 24.96 KB
จำนวนการติดตั้ง 81,954
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2018-09-05
วันที่เผยแพร่ 2018-09-05
คะแนน 3.67/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา https://reviewmeta.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://reviewmeta.com/blog/extensions/
URL หน้าช่วยเหลือ http://reviewmeta.com/blog/reviewmeta-browser-extension-support-and-faq/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReviewMeta.com Review Analyzer",
    "description": "See our adjusted rating directly as you shop on Amazon.  Click our icon to open our full review analysis in a new tab.",
    "version": "2.4",
    "short_name": "ReviewMeta.com",
    "author": "ReviewMeta.com",
    "homepage_url": "https:\/\/ReviewMeta.com",
    "browser_action": {
        "default_icon": "icons\/default_icon.png"
    },
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.nl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reviewmeta.com\/*"
            ],
            "js": [
                "checkinstall.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/default_icon.png",
        "48": "icons\/default_icon48.png",
        "128": "icons\/default_icon128.png"
    }
}