Amazon Price and Review check

This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…

Amazon Price and Review check란 무엇입니까?

Amazon Price and Review check은(는) Fries Digital에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Amazon Price and Review check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection.

Many sellers boost their product ratings by giving away free product samples to private and professional reviewers. Those result more often than not in very positive reviews for a given product. This extension checks the last 200 reviews for those product test reviews and gives a warning if the percentage seems to be very high.

A product is often sold by many different sellers. Amazon does not always offer the best price to you. "Amazon Best Offer" searches for the best price for the product you are currently looking at. If it finds a lower price it displays a link where you can get the exact same product for a cheaper price.                    

확장 프로그램 기본 정보

이름 Amazon Price and Review check Amazon Price and Review check
ID njmimamhjdjmhaanknoammfblbghkkga
공식 URL https://chromewebstore.google.com/detail/amazon-price-and-review-c/njmimamhjdjmhaanknoammfblbghkkga
설명 This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…
파일 크기 75.54 KB
설치 횟수 1,339
현재 버전 0.0.5
최근 업데이트 2016-09-14
출시 날짜 2016-09-14
평점 3.33/5 총 15 개의 평점
개발자 Fries Digital
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price and Review check",
    "version": "0.0.5",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery-2.1.4.min.js",
            "\/js\/App.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "\/lib\/jquery-2.1.4.min.js",
                "\/js\/Helpers.js",
                "\/js\/cs-amazon.js"
            ],
            "css": [
                "\/css\/amazon.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "\/img\/*"
    ],
    "permissions": [
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.com\/*"
    ]
}