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\/*"
    ]
}