OnBuy Price Tracker
Track product prices on OnBuy
Qu'est-ce que OnBuy Price Tracker ?
OnBuy Price Tracker est une extension Chrome développée par Merchant Software, et sa fonction principale est "Track product prices on OnBuy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OnBuy Price Tracker
Téléchargez les fichiers d'extension OnBuy Price Tracker 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
The OnBuy Price Tracker allows easy tracking of OnBuy prices across multiple sellers. ✜ Price History charts Detailed Price History charts for OnBuy products. No account needed. Just install and start saving money. This extension does not add any browser buttons. You can access and set it up on any OnBuy product page. We follow Chrome's minimum permissions policy and only request the following permissions: - Access to our website: needed for communication with our servers to provide the extension with price history data and handle your (optional) user account for price tracking. - Access to onbuy.com: Required to embed our price history graph directly on OnBuy product pages. - "storage": Enables the extension to store data (like your settings) locally in your browser. Like cookies.
Informations de Base sur l'Extension
Nom | OnBuy Price Tracker |
ID | dcbkknngmkabcmannbkmimplfamkmpdc |
URL Officiel | https://chromewebstore.google.com/detail/onbuy-price-tracker/dcbkknngmkabcmannbkmimplfamkmpdc |
Description | Track product prices on OnBuy |
Taille du Fichier | 428 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2022-08-15 |
Date de Publication | 2022-03-22 |
Développeur | Merchant Software |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.re-pricer.co.uk/privacy-policy |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OnBuy Price Tracker", "description": "Track product prices on OnBuy", "version": "1.9", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/onbuy.com\/gb\/*", "https:\/\/www.onbuy.com\/gb\/*", "http:\/\/onbuy.com\/gb\/*", "http:\/\/www.onbuy.com\/gb\/*" ], "css": [ "run.css" ], "js": [ "jquery.js", "chart.js", "chartjs-plugin-crosshair.js", "run.js" ] } ] } |