TheReviewIndex - Reviews Summarizer

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

TheReviewIndex - Reviews Summarizer क्या है?

TheReviewIndex - Reviews Summarizer https://thereviewindex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TheReviewIndex - Reviews Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TheReviewIndex - Reviews Summarizer TheReviewIndex - Reviews Summarizer
ID fciomokgnajoifiiaglcjkonligobneo
आधिकारिक URL https://chromewebstore.google.com/detail/thereviewindex-reviews-su/fciomokgnajoifiiaglcjkonligobneo
विवरण Summarize reviews from Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.in. More marketplaces to be supported soon!
फ़ाइल का आकार 28.49 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2017-12-27
प्रकाशन तिथि 2017-12-27
रेटिंग 4.38/5 कुल 13 रेटिंग्स
डेवलपर https://thereviewindex.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://thereviewindex.com/blog/frequently-asked-questions
समर्थित भाषाएँ 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\/*"
    ]
}