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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |