Price Snoop - Smarter Shopping on Amazon(r)

Compare prices across the European Amazon(r) stores.

Price Snoop - Smarter Shopping on Amazon(r)คืออะไร?

Price Snoop - Smarter Shopping on Amazon(r) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vladiliescu.net และคุณลักษณะหลักของมันคือ "Compare prices across the European Amazon(r) stores."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Snoop - Smarter Shopping on Amazon(r)

ดาวน์โหลดไฟล์ส่วนขยาย Price Snoop - Smarter Shopping on Amazon(r) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Price Snoop activates whenever you visit an Amazon store, showing you just how much an item costs on other Amazon stores and allowing you to navigate between them with a single click. Even works for items that are unavailable on one store but which might be available on the other stores.

# Features

## Private
Price Snoop only sends communicates with Amazon and European Central Bank’s currency conversion rates, and does all computations locally, on your computer. Nobody, including the author, has access to the items you browse and shop.

## Fast
No clicks needed to check alternate prices, all you need is hover the cursor over Price Snoop’s icon and the magic happens. All price checks are done simultaneously to avoid any possible delays, they are then remembered for the duration of your shopping session. This way you can re-check the prices and not waste an extra second.

## Seamless
Great care was taken to make Price Snoop look and feel right at home in Amazon’s interface - you’ll barely notice it’s there until you need it.

## Everywhere
Works on the following European Amazon stores: UK, Germany, France, Italy, Spain, Belgium, Sweden, and Netherlands. 

# Note

In order for the price comparison to work as expected, you need to make sure amazon.de, amazon.se, and amazon.com.be all use English in the Language Settings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Price Snoop - Smarter Shopping on Amazon(r) Price Snoop - Smarter Shopping on Amazon(r)
ID kefboifnjckhchoiloeklbjdneoefbhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/price-snoop-smarter-shopp/kefboifnjckhchoiloeklbjdneoefbhl
คำอธิบาย Compare prices across the European Amazon(r) stores.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 5,117
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-04-22
คะแนน 4.00/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://vladiliescu.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vladiliescu.net/price-snoop
URL หน้าช่วยเหลือ https://vladiliescu.net/price-snoop
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price Snoop - Smarter Shopping on Amazon(r)",
    "short_name": "Price Snoop",
    "version": "2.0",
    "homepage_url": "https:\/\/vladiliescu.net\/pricesnoop",
    "description": "Compare prices across the European Amazon(r) stores.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "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.nl\/*",
                "https:\/\/www.amazon.nl\/*",
                "http:\/\/www.amazon.com.be\/*",
                "https:\/\/www.amazon.com.be\/*",
                "http:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.se\/*",
                "http:\/\/smile.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*",
                "http:\/\/smile.amazon.co.uk\/*",
                "https:\/\/smile.amazon.co.uk\/*",
                "http:\/\/smile.amazon.de\/*",
                "https:\/\/smile.amazon.de\/*",
                "http:\/\/smile.amazon.fr\/*",
                "https:\/\/smile.amazon.fr\/*",
                "http:\/\/smile.amazon.es\/*",
                "https:\/\/smile.amazon.es\/*",
                "http:\/\/smile.amazon.it\/*",
                "https:\/\/smile.amazon.it\/*",
                "http:\/\/smile.amazon.nl\/*",
                "https:\/\/smile.amazon.nl\/*",
                "http:\/\/smile.amazon.com.be\/*",
                "https:\/\/smile.amazon.com.be\/*",
                "http:\/\/smile.amazon.se\/*",
                "https:\/\/smile.amazon.se\/*",
                "https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/mustache.js",
                "lib\/globalize.js",
                "lib\/globalize.cultures.js",
                "snoop.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.png",
                "images\/icon.svg",
                "images\/loader.gif",
                "images\/placeholder.png",
                "images\/return.png",
                "images\/kofi.png",
                "css\/style.css",
                "tooltip.html"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.com.be\/*",
                "https:\/\/*.amazon.se\/*"
            ]
        }
    ],
    "manifest_version": 3
}