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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Amazon Verified Purchaser Review Average 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}