TheReviewIndex - Reviews Summarizer

Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!

Hvad er TheReviewIndex - Reviews Summarizer?

TheReviewIndex - Reviews Summarizer er en Chrome-udvidelse udviklet af https://thereviewindex.com, og dens hovedfunktion er "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TheReviewIndex - Reviews Summarizer-udvidelses-CRX-fil

Download TheReviewIndex - Reviews Summarizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TheReviewIndex - Reviews Summarizer TheReviewIndex - Reviews Summarizer
ID fciomokgnajoifiiaglcjkonligobneo
Officiel URL https://chromewebstore.google.com/detail/thereviewindex-reviews-su/fciomokgnajoifiiaglcjkonligobneo
Beskrivelse Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!
Filstørrelse 28.49 KB
Antal Installationer 7,000
Nuværende Version 0.0.8
Senest Opdateret 2017-12-27
Udgivelsesdato 2017-12-27
Bedømmelse 4.38/5 Samlet 13 Bedømmelser
Udvikler https://thereviewindex.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://thereviewindex.com/blog/frequently-asked-questions
Understøttede Sprog 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\/*"
    ]
}