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.

Qu'est-ce que Pricecheckrs | Coupons and Price comparison ?

Pricecheckrs | Coupons and Price comparison est une extension Chrome développée par https://www.pricecheckrs.com, et sa fonction principale est "Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pricecheckrs | Coupons and Price comparison

Téléchargez les fichiers d'extension Pricecheckrs | Coupons and Price comparison au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pricecheckrs | Coupons and Price comparison Pricecheckrs | Coupons and Price comparison
ID ocdalhnicefpfjeoakhmaphggmknaben
URL Officiel https://chromewebstore.google.com/detail/pricecheckrs-coupons-and/ocdalhnicefpfjeoakhmaphggmknaben
Description Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases.
Taille du Fichier 68.14 KB
Nombre d'Installations 2,455
Version Actuelle 1.0.18
Dernière Mise à Jour 2023-09-03
Date de Publication 2019-12-05
Évaluation 4.57/5 Total 7 Évaluations
Développeur https://www.pricecheckrs.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pricecheckrs.com
URL de la Page de Politique de Confidentialité https://pricecheckrs.com/en/privacy_policy
Langues Prises en Charge 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"
    }
}