Compare prices on Amazon

Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it

Compare prices on Amazon là gì?

Compare prices on Amazon là một tiện ích mở rộng Chrome được phát triển bởi javiacker, và tính năng chính của nó là "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Compare prices on Amazon

Tải xuống các tệp mở rộng Compare prices on Amazon 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

                        Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it                    

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

Tên Compare prices on Amazon Compare prices on Amazon
ID klahfmbhkegkhbcagopekafimjlccfmi
URL Chính Thức https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi
Mô tả Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Kích Thước Tệp 84.8 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-07
Ngày Phát Hành 2014-01-07
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển javiacker
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compare prices on Amazon",
    "version": "1.0",
    "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Compare prices in Amazon!",
        "default_popup": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/secure.flickr.com\/",
        "http:\/\/secure-ridge-4170.herokuapp.com\/",
        "http:\/\/www.amazon.es\/"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}