AT Price Tracker
Show price history on AT UK and track price changes automatically
AT Price Tracker란 무엇입니까?
AT Price Tracker은(는) https://liprock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show price history on AT UK and track price changes automatically"입니다.
확장 프로그램 스크린샷
AT Price Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✅ Displays and tracks vehicle price history for AT UK vehicle adverts when you are searching 💪 Gain a huge advantage when negotiating the price of a vehicle 📈 3 MILLION prices tracked and counting! ✅ Prices are automatically recorded by users of the extension. Prices are tracked when a user with the extension sees the advert in search results. ✅ Works with Cars, Vans, Bikes, Motorhomes, Caravans, Trucks, Farm and Plant search results and adverts ✅ Works with Saved Adverts. Auto track prices. Whether private or a trader. Press/Contact: ATPriceTrackerAddon [at] gmail [dot] com Copyright 2023 - 2024 AT Price Tracker. We do not display any ads with our extension.
확장 프로그램 기본 정보
이름 | AT Price Tracker |
ID | cbecfdegmcppmbpbffdpagongfpbohmd |
공식 URL | https://chromewebstore.google.com/detail/at-price-tracker/cbecfdegmcppmbpbffdpagongfpbohmd |
설명 | Show price history on AT UK and track price changes automatically |
파일 크기 | 486 KB |
설치 횟수 | 30,908 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-03-13 |
평점 | 4.91/5 총 1069 개의 평점 |
개발자 | https://liprock.com |
이메일 | ATPriceTrackerAddon@gmail.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://at.liprock.com |
개인정보 보호 정책 페이지 URL | https://at.liprock.com/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AT Price Tracker", "version": "1.1.0", "description": "Show price history on AT UK and track price changes automatically", "manifest_version": 3, "author": "atpricetrackeraddon@gmail.com", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/jMBLUwalH7.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "identity", "identity.email", "storage" ], "background": { "service_worker": "background.min.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.autotrader.co.uk\/*" ], "js": [ "contentScript.min.js" ], "css": [ "styles.min.css" ] }, { "matches": [ "https:\/\/at.liprock.com\/*" ], "js": [ "externalContentScript.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/jMBLUwalH7.png", "images\/0F9gawMAFP.svg", "images\/IHFiljYeve.svg", "images\/WPQ5cDxrXt.svg", "images\/3nA0EZQ4h8.svg" ], "matches": [ "https:\/\/*.autotrader.co.uk\/*" ] } ] } |