Amazon Verified Purchaser Review Average

See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.

Amazon Verified Purchaser Review Average क्या है?

Amazon Verified Purchaser Review Average will.blaschko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                                            

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

नाम Amazon Verified Purchaser Review Average Amazon Verified Purchaser Review Average
ID ojdfblobgigljijbdjlgedijgnnnnajf
आधिकारिक URL https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf
विवरण See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.
फ़ाइल का आकार 68.67 KB
स्थापना संख्या 194
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2015-10-24
प्रकाशन तिथि 2015-10-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर will.blaschko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Verified Purchaser Review Average",
    "description": "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.",
    "version": "1.1.4",
    "icons": {
        "16": "ico_16.png",
        "48": "ico_48.png",
        "128": "ico_128.png",
        "512": "ico_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "reviews.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.in\/*"
    ]
}