Pricescout Price Comparison

Price comparison, reviews and product videos right in your web browser.

Was ist Pricescout Price Comparison?

Pricescout Price Comparison ist eine Chrome-Erweiterung, die von https://pricescout.io entwickelt wurde, und ihr Hauptmerkmal ist "Price comparison, reviews and product videos right in your web browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pricescout Price Comparison-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pricescout Price Comparison-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Automatic Price Comparison & Coupon Notifications!

Pricescout automatically checks for lower prices and money-saving coupons while you shop, otherwise it stays hidden.
Once you've installed the free Pricescout browser extension on your browser (Chrome, Firefox or Safari), you just shop as you would normally, and Pricescout will help you save money through two primary features:

✔ Automatic Price Comparison:
When you are viewing a product in your web browser, Pricescout automatically scans over 21,000 stores for lower prices and will let you know who has the lowest price on the item you're viewing.  It's that easy.  You don't have to click anything and you no longer need to open a new tab and go to a price comparison site.

✔ Coupon Notifications
Are you tired of having to search Google every time you're looking for a coupon?  Pricescout's automatic coupon notifications will alert you to money-saving coupons without having to leave the site you're shopping.  All of Pricescout's coupons are reviewed by our editors which means you'll spend less time typing in expired codes and get the savings you want.

✔ Stays Hidden When You're Not Shopping
Unlike toolbars that take up valuable screen space when you're not using them, Pricescout is smart enough to know when you're shopping and will only discreetly appear when it's found coupons for the store you're viewing or price comparisons on the item you're viewing.

Think of the free Pricescout browser add-on as your personal shopping assistant that finds the lowest prices when you shop online. Shop with confidence knowing that you have found the best deal possible.

…………………………

How does it work?

Once you visit an online shop or a product-related web page, Pricescout gets active and analyzes the content of this page in the background, in order to read all relevant attributes of the offered product. If Pricescout finds better price or coupons it simply shows a light note right in your web browser. 

Depending on the availability of alternative offers and more information about a product may the duration of the search query vary. (between a few milliseconds to a few seconds).

Link to our simple Privacy Notice:
http://pricescout.io/privacy-notice.html

Any questions or feedback? Please drop us a note:
http://pricescout.io/contact.html                    

Grundlegende Informationen zur Erweiterung

Name Pricescout Price Comparison Pricescout Price Comparison
ID gbkjddnnlgmahpnjjkiolhoophlpibfn
Offizielle URL https://chromewebstore.google.com/detail/pricescout-price-comparis/gbkjddnnlgmahpnjjkiolhoophlpibfn
Beschreibung Price comparison, reviews and product videos right in your web browser.
Dateigröße 104 KB
Installationsanzahl 35,088
Aktuelle Version 10.1.1
Letztes Update 2023-02-23
Veröffentlichungsdatum 2019-06-19
Bewertung 3.80/5 Insgesamt 306 Bewertungen
Entwickler https://pricescout.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://pricescout.io
Hilfeseite URL http://pricescout.io
Unterstützte Sprachen de,en,fr,es,it,pl,ru
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_ciuvo_label__",
    "version": "10.1.1",
    "description": "__MSG_ciuvo_description__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/ciuvo\/ciuvo_icon.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/Jtl_1.0-pre.js",
                "contentscript.min.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "storage",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}