Cross - Compare Amazon Prices

Find the best Amazon price in the world.

Cross - Compare Amazon Prices là gì?

Cross - Compare Amazon Prices là một tiện ích mở rộng Chrome được phát triển bởi https://trycross.com, và tính năng chính của nó là "Find the best Amazon price in the world.".

Ả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 Cross - Compare Amazon Prices

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

                        Cross helps you find the best possible price for any product on Amazon.

Compare prices from all 17 Amazon stores in your local currency.

Hover over the Best Region button to see the price tags from different regions. Select a currency from the drop down menu to convert them using up-to-date exchange rates.


If you have any questions, you can contact us at [email protected]

----------------------------------------------------

Disclaimer:
Prices from other regions are estimates and may be different from the actual price at checkout. Exchange rates are not fixed and may change at any given moment.                    

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

Tên Cross - Compare Amazon Prices Cross - Compare Amazon Prices
ID pdmhpiiaheknhfbnnmhfkghioikbailf
URL Chính Thức https://chromewebstore.google.com/detail/cross-compare-amazon-pric/pdmhpiiaheknhfbnnmhfkghioikbailf
Mô tả Find the best Amazon price in the world.
Kích Thước Tệp 2.16 MB
Số Lần Cài Đặt 1,738
Phiên Bản Hiện Tại 1.34
Cập Nhật Lần Cuối 2022-10-20
Ngày Phát Hành 2020-06-21
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://trycross.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trycross.com
URL Trang Chính Sách Bảo Mật https://trycross.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/normalize.css",
                "css\/cross.css",
                "css\/webflow.css",
                "css\/flag-icon.min.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/mustache.js",
                "lib\/globalize.js",
                "lib\/globalize.cultures.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "http:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.au\/*",
                "http:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.in\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*",
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*",
                "http:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.br\/*",
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "http:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "http:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.cn\/*",
                "http:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.sg\/*",
                "http:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.ae\/*",
                "http:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.ecb.int\/stats\/eurofxref\/*",
                "https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/*"
            ]
        }
    ],
    "description": "Find the best Amazon price in the world.",
    "homepage_url": "https:\/\/trycross.com",
    "action": {
        "default_title": "Cross - Compare Amazon Prices"
    },
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.blogger.com\/",
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "name": "Cross - Compare Amazon Prices",
    "short_name": "Cross",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.34",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.png",
                "images\/loader.gif",
                "images\/placeholder.png",
                "images\/return.png",
                "css\/style.css",
                "lib\/jquery.js",
                "tooltip.html",
                "flags\/*"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ]
}