OnBuy Price Tracker
Track product prices on OnBuy
什么是OnBuy Price Tracker?
OnBuy Price Tracker是由Merchant Software开发的Chrome扩展程序,该扩展的主要功能是“Track product prices on OnBuy”。
扩展截图
下载OnBuy Price Tracker扩展crx文件
下载OnBuy Price Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | OnBuy Price Tracker |
ID | dcbkknngmkabcmannbkmimplfamkmpdc |
官方URL | https://chromewebstore.google.com/detail/onbuy-price-tracker/dcbkknngmkabcmannbkmimplfamkmpdc |
简介 | Track product prices on OnBuy |
文件大小 | 428 KB |
安装次数 | 55 |
当前版本 | 1.9 |
更新时间 | 2022-08-15 |
上架时间 | 2022-03-22 |
开发者 | Merchant Software |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.re-pricer.co.uk/privacy-policy |
支持的语言 | 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" ] } ] } |