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 - это расширение Chrome, разработанное 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 расширения Amazon Verified Purchaser Review Average

Скачайте файлы расширений Amazon Verified Purchaser Review Average в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название 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\/*"
    ]
}