Pricecheckrs | Coupons and Price comparison

Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases.

Co to jest Pricecheckrs | Coupons and Price comparison?

Pricecheckrs | Coupons and Price comparison to rozszerzenie Chrome opracowane przez https://www.pricecheckrs.com, a jego główną funkcją jest „Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pricecheckrs | Coupons and Price comparison

Pobierz pliki rozszerzeń Pricecheckrs | Coupons and Price comparison w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Compare product prices automatically while shopping online on Amazon - 100% free.

Compare prices while shopping on eg. eBay and save more than 100 euros a year!

* Add free chrome extension and always pay the best price.
You shop online, but you are not sure if the product is cheaper at another web store because it is on sale. While there are enough providers it's still difficult to find them. Our price comparison service  solves this problem and allows you to automatically compare prices with around 1,000 web stores when shopping online on, for example eBay. You do not have to leave the web store. All you have to do is add the extension to your Chrome browser and we will let you know if you have found the best price known by us.

Product prices not sufficiently transparent
Online shopping is very popular. Figures from the Netherlands show that there are now more than 32,000 web stores in the Netherlands and more than 13 million people shop online. Of course there are also challenges, because how do you know if you have found the best seller? Certainly in a market in which the top 10 web stores are dominant and as a result attract nearly half (46.7%) of all orders, according to Twinkle magazine.

As a result, consumers regularly receive an incomplete picture of the lowest prices and they pay too much. We help consumers find the best offer and gives smaller web shops a fair chance to compete.

* Always the best price
We solve the problem of poor findability of web stores. The result is an increase in the product offer and more options for comparing prices. This way, consumers can find special promotional prices, deals or discounts on products faster and save money on their online purchases. Our software applies so-called "automated comparison techniques" that map dynamic prices. This makes it possible to compare prices offered on web stores with those of other shops.

Save on average 100 euros a year
An initial study has shown that consumers can save on average more than 100 euros a year! Consumers who have added the extension to their Chrome browser will receive a confirmation on the product page of an online store whether or not they have found the best price. When there appears to be a better price, they receive an overview of alternative providers. If the price difference is interesting, consumers can easily click through to the web shop with the best price. In this way, consumers save on average more than 100 euros annually.
 
100% transparant
Reliability is our priority. We strive to compare a complete and complete range of products and suppliers with each other. Every web store is welcome to join us. The chrome extension checks the best available offer that is known to us.

Discount codes
Our extension checks working coupons and lets you know if there is a coupon code available on the webshop you are shopping on. You can simply click on the icon or the tab ‘voucher codes’ to see all available voucher codes. Copy the code to receive the discount. 

Use of partner programs
Pricecheckrs uses affiliate programs. This means that we can receive a commission for a click, the submission of a lead, or a purchase that you make online from a webshop of which we are a partner. Pricecheckrs is a partner of about 1,000 webshops such as Mediamarkt, ASOS, etc. For an overview of our partners, visit: https://pricecheckrs.com/en/partners_overview.

About Us
The price comparison and coupon tool is completely free of charge and easy to use. You do not need an account and can switch the notifications on and off at any time.

Start saving money now and add the free extension to your chrome browser, just like many other price checkers!

More information: https://www.pricecheckrs.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Pricecheckrs | Coupons and Price comparison Pricecheckrs | Coupons and Price comparison
ID ocdalhnicefpfjeoakhmaphggmknaben
Oficjalny URL https://chromewebstore.google.com/detail/pricecheckrs-coupons-and/ocdalhnicefpfjeoakhmaphggmknaben
Opis Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases.
Rozmiar pliku 68.14 KB
Liczba instalacji 2,455
Aktualna Wersja 1.0.18
Ostatnia Aktualizacja 2023-09-03
Data Publikacji 2019-12-05
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper https://www.pricecheckrs.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.pricecheckrs.com
Adres URL Strony Polityki Prywatności https://pricecheckrs.com/en/privacy_policy
Obsługiwane Języki en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "Pricecheckrs",
    "description": "__MSG_extDescription__",
    "version": "1.0.18",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/api.pricecheckrs.com\/*"
    ],
    "background": {
        "service_worker": "background\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "env.js",
                "constants.js",
                "helpers\/formatter.js",
                "helpers\/message.js",
                "helpers\/storage.js",
                "helpers\/url_algorithm.js",
                "helpers\/tracking.js",
                "content\/settings.js",
                "content\/notification.js",
                "content\/tracking\/product.js",
                "content\/tracking\/discount.js",
                "content\/webshop.js"
            ],
            "css": [
                "css\/notification.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "64": "images\/icons\/icon64.png"
    },
    "action": {
        "default_icon": "images\/icons\/icon64.png",
        "default_popup": "popups\/menu\/menu.html"
    }
}