Evalute Amazon Reviews Lemur (Earl)

Earl analyzes reviews authenticity on Amazon to help you make better purchase decisions.

Τι είναι το Evalute Amazon Reviews Lemur (Earl);

Το Evalute Amazon Reviews Lemur (Earl) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abdelhas, και η κύρια λειτουργία του είναι "Earl analyzes reviews authenticity on Amazon to help you make better purchase decisions.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Evalute Amazon Reviews Lemur (Earl)

Λήψη αρχείων επέκτασης Evalute Amazon Reviews Lemur (Earl) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        How to use: 
Browse any Amazon product, Earl app works in the background by analyzing the product reviews content and metadata. Once the analysis is done, a letter grade (A-F) is displayed on the icon where A is for excellent reviews with minimal deception, and F with most reviews being deceptive. Click the icon in order to open the popup window to see detailed analysis reports as well as find suggestions for potential better alternatives.   

How it works: 
Once you visit any Amazon product page, Earl evaluates the reviews of this product to look for deceptive reviews aimed at giving a wrong image of the true quality of the product. Once the analysis is done Earl letter grades the product's reviews and provides recommendations of potentially better alternatives. 

Earl's goal is to protect consumers from fake reviews on Amazon and is designed to be non-invasive helping consumers make the best purchase decisions.

Contact:
[email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Evalute Amazon Reviews Lemur (Earl) Evalute Amazon Reviews Lemur (Earl)
ID cfngaogeljebhifobnjlhoakgaogmndj
Επίσημο URL https://chromewebstore.google.com/detail/evalute-amazon-reviews-le/cfngaogeljebhifobnjlhoakgaogmndj
Περιγραφή Earl analyzes reviews authenticity on Amazon to help you make better purchase decisions.
Μέγεθος Αρχείου 2.25 MB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2015-07-21
Ημερομηνία Δημοσίευσης 2015-07-18
Αξιολόγηση 2.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής abdelhas
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evalute Amazon Reviews Lemur (Earl)",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Earl analyzes reviews authenticity on Amazon to help you make better purchase decisions.",
    "icons": {
        "16": "img\/lemur-main.png",
        "48": "img\/lemur-main.png",
        "128": "img\/lemur-main.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/lemur-main.png",
        "default_title": "Earl | Amazon Reviews Analyzer - Click for Details",
        "default_popup": "src\/browser_action\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "js\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery\/jquery.min.js",
        "js\/bootstrap.min.js",
        "js\/d3.v3.min.js",
        "src\/bg\/background.js"
    ]
}