Price Watch - handsfree sales bot

Watches prices of the products you've viewed, and tells you when they've dropped.

Τι είναι το Price Watch - handsfree sales bot;

Το Price Watch - handsfree sales bot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pricewatch.site, και η κύρια λειτουργία του είναι "Watches prices of the products you've viewed, and tells you when they've dropped.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Price Watch - handsfree sales bot

Λήψη αρχείων επέκτασης Price Watch - handsfree sales bot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Be one of the first to know when a product you've looked at goes on sale.

Price Watch tracks products you've looked on the internet.

Simply install the browser extension and we'll keep checking the price of items you've viewed, as often as every six hours.

When the price drops, we'll show you a "Drop!" badge in the Chrome toolbar. Simple!

It works on the biggest e-commerce sites in the world, from Amazon and Ebay to Walmart, IKEA, Apple, Target and H&M.

Currencies currently supported...
 - USD
 - EUR
 - GBP                    

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

Όνομα Price Watch - handsfree sales bot Price Watch - handsfree sales bot
ID dhgckaebfdnppjkkfgpdoaogmkljpgad
Επίσημο URL https://chromewebstore.google.com/detail/price-watch-handsfree-sal/dhgckaebfdnppjkkfgpdoaogmkljpgad
Περιγραφή Watches prices of the products you've viewed, and tells you when they've dropped.
Μέγεθος Αρχείου 15.87 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 16.0.0
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-01-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://pricewatch.site
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://pricewatch.site
URL της Σελίδας Πολιτικής Απορρήτου https://pricewatch.site/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Price Watch - handsfree sales bot",
    "short_name": "Price Watch",
    "version": "16.0.0",
    "description": "Watches prices of the products you've viewed, and tells you when they've dropped.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "https:\/\/pricewatch.site",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "onPageScript.js"
            ]
        }
    ]
}