TheReviewIndex - Reviews Summarizer
Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!
What is TheReviewIndex - Reviews Summarizer?
TheReviewIndex - Reviews Summarizer is a Chrome extension developed by https://thereviewindex.com, and its main feature is "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!".
Extension Screenshots
Download TheReviewIndex - Reviews Summarizer Extension CRX File
Download TheReviewIndex - Reviews Summarizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Summarize gadget / electronics / appliance reviews from Amazon. We create a feature-wise summary scorecard that allows users to consume information from several reviews almost instantly. Currently works for Amazon.com, Amazon.in, Amazon.ca, Amazon.co.uk. Will be updated soon to other marketplaces soon.
Extension Basic Information
Name | TheReviewIndex - Reviews Summarizer |
ID | fciomokgnajoifiiaglcjkonligobneo |
Official URL | https://chromewebstore.google.com/detail/thereviewindex-reviews-su/fciomokgnajoifiiaglcjkonligobneo |
Description | Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon! |
File Size | 28.49 KB |
Installation Count | 7,000 |
Current Version | 0.0.8 |
Last Updated | 2017-12-27 |
Publish Date | 2017-12-27 |
Rating | 4.38/5 Total 13 Ratings |
Developer | https://thereviewindex.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://thereviewindex.com/blog/frequently-asked-questions |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TheReviewIndex - Reviews Summarizer", "manifest_version": 2, "version": "0.0.8", "description": "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!", "browser_action": { "default_icon": "r_disabled_64x64.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.bestbuy.com\/*", "*:\/\/*.bestbuy.ca\/*" ], "options_page": "options.html", "optional_permissions": [ "*:\/\/*.steampowered.com\/*", "*:\/\/*.steamcommunity.com\/*" ] } |