Price Watch - handsfree sales bot

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

Qu'est-ce que Price Watch - handsfree sales bot ?

Price Watch - handsfree sales bot est une extension Chrome développée par https://pricewatch.site, et sa fonction principale est "Watches prices of the products you've viewed, and tells you when they've dropped.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Price Watch - handsfree sales bot

Téléchargez les fichiers d'extension Price Watch - handsfree sales bot 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

                        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                    

Informations de Base sur l'Extension

Nom Price Watch - handsfree sales bot Price Watch - handsfree sales bot
ID dhgckaebfdnppjkkfgpdoaogmkljpgad
URL Officiel https://chromewebstore.google.com/detail/price-watch-handsfree-sal/dhgckaebfdnppjkkfgpdoaogmkljpgad
Description Watches prices of the products you've viewed, and tells you when they've dropped.
Taille du Fichier 15.87 KB
Nombre d'Installations 20
Version Actuelle 16.0.0
Dernière Mise à Jour 2024-03-04
Date de Publication 2020-01-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://pricewatch.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pricewatch.site
URL de la Page de Politique de Confidentialité https://pricewatch.site/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}