Price Thunder: Track Online Products Prices

Free price tracker and deal alert that works with most of online shops.

Τι είναι το Price Thunder: Track Online Products Prices;

Το Price Thunder: Track Online Products Prices είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pricethunder.com, και η κύρια λειτουργία του είναι "Free price tracker and deal alert that works with most of online shops.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Price Thunder: Track Online Products Prices

Λήψη αρχείων επέκτασης Price Thunder: Track Online Products Prices σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Price Thunder tell you when the products you wish get cheaper.

It is free, quick and simple:
1) Go to an online store and visit a page that contains a single product
2) Click on PriceThunder icon
3) Our bot extracts the product information (price, image, description) that you can check in a new tab
4) You set your target price (by default -10%)
5) Register/login via email to be notified when the product price drops!
Besides, on PriceThunder.com website, you can monitor your saved product prices over time.

Why PriceThunder?
Because our bot works with most of online stores, both the big ones (Amazon, Ebay, Walmart, etc.) and the small ones! Feel free to give it a try. If you have any questions, contact us via PriceThunder.com contact page.

Note: like you, we do not like spam. We will just send you one email per product, as soon as we find a deal that matches with your target price. No other emails will be sent.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Price Thunder: Track Online Products Prices Price Thunder: Track Online Products Prices
ID ejmbhlhlllbnopjfcfagiilbjnlbnpcl
Επίσημο URL https://chromewebstore.google.com/detail/price-thunder-track-onlin/ejmbhlhlllbnopjfcfagiilbjnlbnpcl
Περιγραφή Free price tracker and deal alert that works with most of online shops.
Μέγεθος Αρχείου 18.5 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2018-10-24
Ημερομηνία Δημοσίευσης 2018-10-24
Προγραμματιστής https://www.pricethunder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pricethunder.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.pricethunder.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Thunder: Track Online Products Prices",
    "short_name": "Price Thunder",
    "version": "0.1.0",
    "description": "Free price tracker and deal alert that works with most of online shops.",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.pricethunder.com\/*"
    ]
}