TheReviewIndex - Reviews Summarizer

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

Apa itu TheReviewIndex - Reviews Summarizer?

TheReviewIndex - Reviews Summarizer adalah ekstensi Chrome yang dikembangkan oleh https://thereviewindex.com, dan fitur utamanya adalah "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TheReviewIndex - Reviews Summarizer

Unduh file ekstensi TheReviewIndex - Reviews Summarizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TheReviewIndex - Reviews Summarizer TheReviewIndex - Reviews Summarizer
ID fciomokgnajoifiiaglcjkonligobneo
URL Resmi https://chromewebstore.google.com/detail/thereviewindex-reviews-su/fciomokgnajoifiiaglcjkonligobneo
Deskripsi Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!
Ukuran File 28.49 KB
Jumlah Instalasi 7,000
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2017-12-27
Tanggal Publikasi 2017-12-27
Penilaian 4.38/5 Total 13 Penilaian
Pengembang https://thereviewindex.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://thereviewindex.com/blog/frequently-asked-questions
Bahasa yang Didukung 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\/*"
    ]
}