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)은(는) abdelhas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earl analyzes reviews authenticity on Amazon to help you make better purchase decisions."입니다.
확장 프로그램 스크린샷
Evalute Amazon Reviews Lemur (Earl) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
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" ] } |