AT Price Tracker
Show price history on AT UK and track price changes automatically
Cos'è AT Price Tracker?
AT Price Tracker è un'estensione di Chrome sviluppata da https://liprock.com, e la sua funzione principale è "Show price history on AT UK and track price changes automatically".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AT Price Tracker
Scarica i file di estensione AT Price Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✅ 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cbecfdegmcppmbpbffdpagongfpbohmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/at-price-tracker/cbecfdegmcppmbpbffdpagongfpbohmd |
| Descrizione | Show price history on AT UK and track price changes automatically |
| Dimensione del File | 486 KB |
| Conteggio Installazioni | 30,908 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2024-03-04 |
| Data di Pubblicazione | 2023-03-13 |
| Valutazione | 4.91/5 Totale 1069 Valutazioni |
| Sviluppatore | https://liprock.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://at.liprock.com |
| URL della Pagina della Politica sulla Privacy | https://at.liprock.com/privacy |
| Lingue Supportate | 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\/*"
]
}
]
} | |