TheReviewIndex - Reviews Summarizer

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

Cos'è TheReviewIndex - Reviews Summarizer?

TheReviewIndex - Reviews Summarizer è un'estensione di Chrome sviluppata da https://thereviewindex.com, e la sua funzione principale è "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TheReviewIndex - Reviews Summarizer

Scarica i file di estensione TheReviewIndex - Reviews Summarizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TheReviewIndex - Reviews Summarizer TheReviewIndex - Reviews Summarizer
ID fciomokgnajoifiiaglcjkonligobneo
URL Ufficiale https://chromewebstore.google.com/detail/thereviewindex-reviews-su/fciomokgnajoifiiaglcjkonligobneo
Descrizione Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!
Dimensione del File 28.49 KB
Conteggio Installazioni 7,000
Versione Corrente 0.0.8
Ultimo Aggiornamento 2017-12-27
Data di Pubblicazione 2017-12-27
Valutazione 4.38/5 Totale 13 Valutazioni
Sviluppatore https://thereviewindex.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://thereviewindex.com/blog/frequently-asked-questions
Lingue Supportate 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\/*"
    ]
}