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.

Pricecheckrs | Coupons and Price comparison란 무엇입니까?

Pricecheckrs | Coupons and Price comparison은(는) https://www.pricecheckrs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pricecheckrs | Coupons and Price comparison 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Pricecheckrs | Coupons and Price comparison Pricecheckrs | Coupons and Price comparison
ID ocdalhnicefpfjeoakhmaphggmknaben
공식 URL https://chromewebstore.google.com/detail/pricecheckrs-coupons-and/ocdalhnicefpfjeoakhmaphggmknaben
설명 Compare prices of web shops such as Amazon while shopping online with Pricecheckrs. And save money on your online purchases.
파일 크기 68.14 KB
설치 횟수 2,455
현재 버전 1.0.18
최근 업데이트 2023-09-03
출시 날짜 2019-12-05
평점 4.57/5 총 7 개의 평점
개발자 https://www.pricecheckrs.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.pricecheckrs.com
개인정보 보호 정책 페이지 URL https://pricecheckrs.com/en/privacy_policy
지원되는 언어 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"
    }
}