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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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\/*"
    ]
}