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 là gì?

Amazon Price and Review check là một tiện ích mở rộng Chrome được phát triển bởi Fries Digital, và tính năng chính của nó là "This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Price and Review check

Tải xuống các tệp mở rộng Amazon Price and Review check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Price and Review check Amazon Price and Review check
ID njmimamhjdjmhaanknoammfblbghkkga
URL Chính Thức https://chromewebstore.google.com/detail/amazon-price-and-review-c/njmimamhjdjmhaanknoammfblbghkkga
Mô tả This extension supports frequent buyers on amazon.com to make the right decision with regard to price and product selection. Many…
Kích Thước Tệp 75.54 KB
Số Lần Cài Đặt 1,339
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2016-09-14
Ngày Phát Hành 2016-09-14
Đánh Giá 3.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Fries Digital
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}