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文件

下載Amazon Price and Review check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}