AT Price Tracker
Show price history on AT UK and track price changes automatically
¿Qué es AT Price Tracker?
AT Price Tracker es una extensión de Chrome desarrollada por https://liprock.com, y su función principal es "Show price history on AT UK and track price changes automatically".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AT Price Tracker
Descarga archivos de extensión AT Price Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
✅ 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.
Información Básica de la Extensión
Nombre | AT Price Tracker |
ID | cbecfdegmcppmbpbffdpagongfpbohmd |
URL Oficial | https://chromewebstore.google.com/detail/at-price-tracker/cbecfdegmcppmbpbffdpagongfpbohmd |
Descripción | Show price history on AT UK and track price changes automatically |
Tamaño del Archivo | 486 KB |
Cantidad de Instalaciones | 30,908 |
Versión Actual | 1.1.0 |
Última Actualización | 2024-03-04 |
Fecha de Publicación | 2023-03-13 |
Calificación | 4.91/5 Total de 1069 Calificaciones |
Desarrollador | https://liprock.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://at.liprock.com |
URL de la Página de Política de Privacidad | https://at.liprock.com/privacy |
Idiomas Soportados | 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": "[email protected]", "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\/*" ] } ] } |