Cross - Compare Amazon Prices

Find the best Amazon price in the world.

What is Cross - Compare Amazon Prices?

Cross - Compare Amazon Prices is a Chrome extension developed by https://trycross.com, and its main feature is "Find the best Amazon price in the world.".

Extension Screenshots

screenshot

Download Cross - Compare Amazon Prices Extension CRX File

Download Cross - Compare Amazon Prices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cross - Compare Amazon Prices Cross - Compare Amazon Prices
ID pdmhpiiaheknhfbnnmhfkghioikbailf
Official URL https://chromewebstore.google.com/detail/cross-compare-amazon-pric/pdmhpiiaheknhfbnnmhfkghioikbailf
Description Find the best Amazon price in the world.
File Size 2.16 MB
Installation Count 1,738
Current Version 1.34
Last Updated 2022-10-20
Publish Date 2020-06-21
Rating 4.50/5 Total 12 Ratings
Developer https://trycross.com
Email [email protected]
Payment Type free
Extension Website https://trycross.com
Privacy Policy Page URL https://trycross.com/privacy.html
Supported Languages 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": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ]
}