OnBuy Price Tracker
Track product prices on OnBuy
OnBuy Price Trackerคืออะไร?
OnBuy Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merchant Software และคุณลักษณะหลักของมันคือ "Track product prices on OnBuy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OnBuy Price Tracker
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |